Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
H A Dcoap_event.h71 COAP_EVENT_PARTIAL_BLOCK = 0x3001, enumerator
/third_party/libcoap/src/
H A Dcoap_block.c2741 coap_handle_event(context, COAP_EVENT_PARTIAL_BLOCK, session); in coap_handle_request_put_block()
3479 coap_handle_event(context, COAP_EVENT_PARTIAL_BLOCK, session); in coap_handle_response_get_block()
3549 coap_handle_event(context, COAP_EVENT_PARTIAL_BLOCK, session); in coap_handle_response_get_block()
H A Dcoap_net.c3891 case COAP_EVENT_PARTIAL_BLOCK: in coap_event_name()
3892 return "COAP_EVENT_PARTIAL_BLOCK"; in coap_event_name()
/third_party/libcoap/examples/
H A Dcoap-client.c330 case COAP_EVENT_PARTIAL_BLOCK: in event_handler()
H A Dcoap-server.c1581 case COAP_EVENT_PARTIAL_BLOCK: in proxy_event_handler()

Completed in 17 milliseconds