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.h137 void coap_log_impl(coap_log_t level,
140 void coap_log_impl(coap_log_t level, const char *format, ...);
154 coap_log_impl((level), __VA_ARGS__); \
/third_party/libcoap/
Dlibcoap-3.sym100 coap_log_impl
Dlibcoap-3.map102 coap_log_impl;
/third_party/libcoap/src/
Dcoap_debug.c887 coap_log_impl(coap_log_t level, const char *format, ...) { in coap_log_impl() function