Searched refs:coap_handle_response_get_block (Results 1 - 3 of 3) sorted by relevance
/third_party/libcoap/include/coap3/ |
H A D | coap_block_internal.h | 291 int coap_handle_response_get_block(coap_context_t *context,
|
/third_party/libcoap/src/ |
H A D | coap_block.c | 3335 coap_handle_response_get_block(coap_context_t *context, in coap_handle_response_get_block() function 3810 return coap_handle_response_get_block(context, session, sent, rcvd, in coap_handle_response_get_block() 3820 return coap_handle_response_get_block(context, session, sent, rcvd, in coap_handle_response_get_block()
|
H A D | coap_net.c | 3411 if (coap_handle_response_get_block(context, session, sent, rcvd, in handle_response()
|
Completed in 11 milliseconds