Home
last modified time | relevance | path

Searched refs:DTLS_LOG_WARN (Results 1 – 4 of 4) sorted by relevance

/net-tools-3.7.0/tinydtls-0.8.2/
Ddebug.h66 typedef enum { DTLS_LOG_EMERG=0, DTLS_LOG_ALERT, DTLS_LOG_CRIT, DTLS_LOG_WARN, enumerator
136 #define dtls_warn(...) dsrv_log(DTLS_LOG_WARN, __VA_ARGS__)
Ddebug.c47 static int maxlog = DTLS_LOG_WARN; /* default maximum log level */
/net-tools-3.7.0/tinydtls-0.8.2/tests/
Ddtls-server.c276 log_t log_level = DTLS_LOG_WARN;
Ddtls-client.c346 log_t log_level = DTLS_LOG_WARN;