Home
last modified time | relevance | path

Searched refs:pong_handler (Results 1 – 3 of 3) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_net_internal.h87 coap_pong_handler_t pong_handler; member
/third_party/libcoap/doc/
Dupgrade_4.2.1_4.3.0.txt191 pong_handler(coap_context_t *context,
197 pong_handler(coap_session_t *session,
/third_party/libcoap/src/
Dnet.c2970 if (context->pong_handler) { in handle_signaling()
2971 context->pong_handler(session, pdu, pdu->mid); in handle_signaling()
3064 if (context->pong_handler) { in coap_dispatch()
3065 context->pong_handler(session, pdu, pdu->mid); in coap_dispatch()
3271 context->pong_handler = handler; in coap_register_pong_handler()