Home
last modified time | relevance | path

Searched refs:coap_set_log_handler (Results 1 – 6 of 6) sorted by relevance

/third_party/libcoap/man/
Dcoap_logging.txt.in17 coap_set_log_handler,
40 *void coap_set_log_handler(coap_log_handler_t _handler_);*
115 The *coap_set_log_handler*()* function can be used to define an alternative
/third_party/libcoap/include/coap3/
Dcoap_debug.h110 void coap_set_log_handler(coap_log_handler_t handler);
/third_party/libcoap/
Dlibcoap-3.sym207 coap_set_log_handler
Dlibcoap-3.map209 coap_set_log_handler;
/third_party/libcoap/tests/
Dtest_pdu.c304 coap_set_log_handler(log_handler); in t_parse_pdu16()
306 coap_set_log_handler(NULL); in t_parse_pdu16()
/third_party/libcoap/src/
Dcoap_debug.c882 void coap_set_log_handler(coap_log_handler_t handler) { in coap_set_log_handler() function