Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_debug.h34 #ifndef COAP_ERR_FD
38 #define COAP_ERR_FD stderr macro
/third_party/libcoap/src/
Dcoap_debug.c1215 log_fd = level <= COAP_LOG_CRIT ? COAP_ERR_FD : COAP_DEBUG_FD; in coap_log_impl()