Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
H A Dcoap_debug.h27 #ifndef COAP_DEBUG_FD
31 #define COAP_DEBUG_FD stdout macro
235 * @c COAP_DEBUG_FD (for @p level >= @c COAP_LOG_ERR). The text is output only
272 * COAP_DEBUG_FD (for @p level >= @c COAP_LOG_ERR). The text is output only when
288 * COAP_DEBUG_FD (for @p level >= @c COAP_LOG_ERR). The text is output only when
/third_party/libcoap/src/
H A 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()

Completed in 3 milliseconds