Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_debug.h245 void coap_log_impl(coap_log_t level,
248 void coap_log_impl(coap_log_t level, const char *format, ...);
279 coap_log_impl((level), __VA_ARGS__); \
295 coap_log_impl((level)+COAP_LOG_DTLS_BASE, __VA_ARGS__); \
/third_party/libcoap/
Dlibcoap-3.map123 coap_log_impl;
Dlibcoap-3.sym120 coap_log_impl
/third_party/libcoap/src/
Dcoap_debug.c1187 coap_log_impl(coap_log_t level, const char *format, ...) { in coap_log_impl() function