Searched refs:dsrv_log (Results 1 – 2 of 2) sorted by relevance
/net-tools-3.7.0/tinydtls-0.8.2/ |
D | debug.h | 88 void dsrv_log(log_t level, char *format, ...); 90 #define dsrv_log(level, format, ...) PRINTF(format, ##__VA_ARGS__) macro 113 static inline void dsrv_log(log_t level, char *format, ...) in dsrv_log() function 133 #define dtls_emerg(...) dsrv_log(DTLS_LOG_EMERG, __VA_ARGS__) 134 #define dtls_alert(...) dsrv_log(DTLS_LOG_ALERT, __VA_ARGS__) 135 #define dtls_crit(...) dsrv_log(DTLS_LOG_CRIT, __VA_ARGS__) 136 #define dtls_warn(...) dsrv_log(DTLS_LOG_WARN, __VA_ARGS__) 137 #define dtls_notice(...) dsrv_log(DTLS_LOG_NOTICE, __VA_ARGS__) 138 #define dtls_info(...) dsrv_log(DTLS_LOG_INFO, __VA_ARGS__) 139 #define dtls_debug(...) dsrv_log(DTLS_LOG_DEBUG, __VA_ARGS__)
|
D | debug.c | 208 dsrv_log(log_t level, char *format, ...) { in dsrv_log() function 231 dsrv_log(log_t level, char *format, ...) { in dsrv_log() function 285 dsrv_log(level, "%s: %s\n", name, addrbuf); in dtls_dsrv_log_addr()
|