Home
last modified time | relevance | path

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

/net-tools-latest/tinydtls-0.8.2/
Ddebug.h66 typedef enum { DTLS_LOG_EMERG=0, DTLS_LOG_ALERT, DTLS_LOG_CRIT, DTLS_LOG_WARN, enumerator
135 #define dtls_crit(...) dsrv_log(DTLS_LOG_CRIT, __VA_ARGS__)
Ddebug.c216 log_fd = level <= DTLS_LOG_CRIT ? stderr : stdout; in dsrv_log()
298 log_fd = level <= DTLS_LOG_CRIT ? stderr : stdout; in dtls_dsrv_hexdump_log()