Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_debug.h28 #ifndef COAP_ERR_FD
32 #define COAP_ERR_FD stderr macro
/third_party/libcoap/examples/contiki/
Dcoap_config.h131 #define COAP_ERR_FD NULL macro
/third_party/libcoap/
Dcoap_config.h.contiki131 #define COAP_ERR_FD NULL
/third_party/libcoap/src/
Dcoap_debug.c918 log_fd = level <= LOG_CRIT ? COAP_ERR_FD : COAP_DEBUG_FD; in coap_log_impl()