Searched refs:COAP_DEBUG_FD (Results 1 – 4 of 4) sorted by relevance
21 #ifndef COAP_DEBUG_FD25 #define COAP_DEBUG_FD stdout macro
130 #define COAP_DEBUG_FD NULL macro
130 #define COAP_DEBUG_FD NULL
483 fprintf(COAP_DEBUG_FD, "%s", outbuf); \918 log_fd = level <= LOG_CRIT ? COAP_ERR_FD : COAP_DEBUG_FD; in coap_log_impl()