Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_net_internal.h84 coap_response_handler_t response_handler; member
/third_party/libcoap/src/
Dblock.c1830 if (context->response_handler) { in coap_handle_response_get_block()
1836 context->response_handler(session, sent, rcvd, rcvd->mid); in coap_handle_response_get_block()
1870 if (context->response_handler) { in coap_handle_response_get_block()
1873 context->response_handler(session, sent, rcvd, rcvd->mid); in coap_handle_response_get_block()
Dnet.c2926 if (context->response_handler) { in handle_response()
2927 if (context->response_handler(session, sent, rcvd, in handle_response()
3253 context->response_handler = handler; in coap_register_response_handler()
/third_party/libcoap/man/
Dcoap_handler.txt.in266 response_handler(coap_context_t *ctx, coap_session_t *session,