Home
last modified time | relevance | path

Searched refs:COAP_DEBUG_FD (Results 1 – 2 of 2) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_debug.h27 #ifndef COAP_DEBUG_FD
31 #define COAP_DEBUG_FD stdout macro
/third_party/libcoap/src/
Dcoap_debug.c679 fprintf(COAP_DEBUG_FD, "%s", outbuf); \
1215 log_fd = level <= COAP_LOG_CRIT ? COAP_ERR_FD : COAP_DEBUG_FD; in coap_log_impl()