Lines Matching refs:log_t
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()
127 dtls_dsrv_log_addr(log_t level, const char *name, const struct __session_t *addr) in dtls_dsrv_log_addr()