Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
H A Dcoap_debug.h34 #ifndef COAP_ERR_FD
38 #define COAP_ERR_FD stderr macro
234 * Writes the given text to @c COAP_ERR_FD (for @p level <= @c COAP_LOG_CRIT) or
271 * Writes the given text to @c COAP_ERR_FD (for @p level <= @c COAP_LOG_CRIT) or @c
287 * Writes the given text to @c COAP_ERR_FD (for @p level <= @c COAP_LOG_CRIT) or @c
/third_party/libcoap/src/
H A Dcoap_debug.c1215 log_fd = level <= COAP_LOG_CRIT ? COAP_ERR_FD : COAP_DEBUG_FD; in coap_log_impl()

Completed in 2 milliseconds