Searched refs:DTLS_LOG_CRIT (Results 1 – 2 of 2) sorted by relevance
66 typedef enum { DTLS_LOG_EMERG=0, DTLS_LOG_ALERT, DTLS_LOG_CRIT, DTLS_LOG_WARN, enumerator135 #define dtls_crit(...) dsrv_log(DTLS_LOG_CRIT, __VA_ARGS__)
216 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()