Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_debug.h21 #ifndef COAP_DEBUG_FD
25 #define COAP_DEBUG_FD stdout macro
/third_party/libcoap/examples/contiki/
Dcoap_config.h130 #define COAP_DEBUG_FD NULL macro
/third_party/libcoap/
Dcoap_config.h.contiki130 #define COAP_DEBUG_FD NULL
/third_party/libcoap/src/
Dcoap_debug.c483 fprintf(COAP_DEBUG_FD, "%s", outbuf); \
918 log_fd = level <= LOG_CRIT ? COAP_ERR_FD : COAP_DEBUG_FD; in coap_log_impl()