Home
last modified time | relevance | path

Searched refs:coap_nack_handler_t (Results 1 – 5 of 5) sorted by relevance

/third_party/libcoap/include/coap3/
Dnet.h67 typedef void (*coap_nack_handler_t)(coap_session_t *session, typedef
116 coap_nack_handler_t handler);
Dcoap_net_internal.h85 coap_nack_handler_t nack_handler;
/third_party/libcoap/man/
Dcoap_handler.txt.in33 coap_nack_handler_t _handler_)*;
122 typedef void (*coap_nack_handler_t)(coap_session_t *session,
/third_party/libcoap/doc/
Dupgrade_4.2.1_4.3.0.txt99 The definition of `coap_nack_handler_t` has been updated, so all the functions
/third_party/libcoap/src/
Dnet.c3258 coap_nack_handler_t handler) { in coap_register_nack_handler()