Searched refs:dtls_dsrv_hexdump_log (Results 1 – 2 of 2) sorted by relevance
/net-tools-3.7.0/tinydtls-0.8.2/ |
D | debug.h | 99 void dtls_dsrv_hexdump_log(log_t level, const char *name, const unsigned char *buf, size_t length, … 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() function 140 #define dtls_debug_hexdump(name, buf, length) dtls_dsrv_hexdump_log(DTLS_LOG_DEBUG, name, buf, leng… 141 #define dtls_debug_dump(name, buf, length) dtls_dsrv_hexdump_log(DTLS_LOG_DEBUG, name, buf, length,…
|
D | debug.c | 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() function 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() function
|