Searched refs:log_t (Results 1 – 4 of 4) sorted by relevance
/net-tools-2.7.6/tinydtls-0.8.2/ |
D | debug.h | 68 } log_t; typedef 78 log_t dtls_get_log_level(); 81 void dtls_set_log_level(log_t level); 88 void dsrv_log(log_t level, char *format, ...); 99 void dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, … 101 void dtls_dsrv_log_addr(log_t level, const char *name, const session_t *addr); 105 static inline log_t dtls_get_log_level() in dtls_get_log_level() 110 static inline void dtls_set_log_level(log_t level) in dtls_set_log_level() 113 static inline void dsrv_log(log_t level, char *format, ...) in dsrv_log() 123 dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int e… in dtls_dsrv_hexdump_log() [all …]
|
D | debug.c | 57 log_t 63 dtls_set_log_level(log_t level) { in dtls_set_log_level() 208 dsrv_log(log_t level, char *format, ...) { in dsrv_log() 231 dsrv_log(log_t level, char *format, ...) { in dsrv_log() 277 void dtls_dsrv_log_addr(log_t level, const char *name, const session_t *addr) in dtls_dsrv_log_addr() 290 dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int e… in dtls_dsrv_hexdump_log() 334 dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, int e… in dtls_dsrv_hexdump_log()
|
/net-tools-2.7.6/tinydtls-0.8.2/tests/ |
D | dtls-server.c | 276 log_t log_level = DTLS_LOG_WARN;
|
D | dtls-client.c | 346 log_t log_level = DTLS_LOG_WARN;
|