Searched refs:response_handler (Results 1 – 4 of 4) sorted by relevance
/third_party/libcoap/include/coap3/ |
D | coap_net_internal.h | 84 coap_response_handler_t response_handler; member
|
/third_party/libcoap/src/ |
D | block.c | 1830 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()
|
D | net.c | 2926 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/ |
D | coap_handler.txt.in | 266 response_handler(coap_context_t *ctx, coap_session_t *session,
|