Home
last modified time | relevance | path

Searched refs:COAP_EVENT_XMIT_BLOCK_FAIL (Results 1 - 5 of 5) sorted by relevance

/third_party/libcoap/include/coap3/
H A Dcoap_event.h73 COAP_EVENT_XMIT_BLOCK_FAIL = 0x3002, enumerator
/third_party/libcoap/src/
H A Dcoap_block.c679 coap_handle_event(session->context, COAP_EVENT_XMIT_BLOCK_FAIL, session); in coap_add_data_large_internal()
711 coap_handle_event(session->context, COAP_EVENT_XMIT_BLOCK_FAIL, session); in coap_add_data_large_internal()
1170 coap_handle_event(session->context, COAP_EVENT_XMIT_BLOCK_FAIL, session); in coap_block_check_lg_xmit_timeouts()
3252 coap_handle_event(session->context, COAP_EVENT_XMIT_BLOCK_FAIL, session); in coap_handle_response_send_block()
H A Dcoap_net.c3893 case COAP_EVENT_XMIT_BLOCK_FAIL: in coap_event_name()
3894 return "COAP_EVENT_XMIT_BLOCK_FAIL"; in coap_event_name()
/third_party/libcoap/examples/
H A Dcoap-client.c331 case COAP_EVENT_XMIT_BLOCK_FAIL: in event_handler()
H A Dcoap-server.c1582 case COAP_EVENT_XMIT_BLOCK_FAIL: in proxy_event_handler()

Completed in 17 milliseconds