Home
last modified time | relevance | path

Searched refs:maxlog (Results 1 – 2 of 2) sorted by relevance

/net-tools-latest/tinydtls-0.8.2/
Ddebug.c47 static int maxlog = DTLS_LOG_WARN; /* default maximum log level */ variable
59 return maxlog; in dtls_get_log_level()
64 maxlog = level; in dtls_set_log_level()
213 if (maxlog < level) in dsrv_log()
235 if (maxlog < level) in dsrv_log()
295 if (maxlog < level) in dtls_dsrv_hexdump_log()
338 if (maxlog < level) in dtls_dsrv_hexdump_log()
/net-tools-latest/libcoap/src/
Ddebug.c49 static coap_log_t maxlog = LOG_WARNING; /* default maximum log level */ variable
61 return maxlog; in coap_get_log_level()
66 maxlog = level; in coap_set_log_level()
489 if (maxlog < level) in coap_log_impl()