Home
last modified time | relevance | path

Searched refs:COAP_EVENT_BAD_PACKET (Results 1 - 4 of 4) sorted by relevance

/third_party/libcoap/include/coap3/
H A Dcoap_event.h100 COAP_EVENT_BAD_PACKET = 0x5001, enumerator
/third_party/libcoap/src/
H A Dcoap_net.c1850 coap_handle_event(session->context, COAP_EVENT_BAD_PACKET, session); in coap_read_session()
2228 coap_handle_event(session->context, COAP_EVENT_BAD_PACKET, session); in coap_handle_dgram()
3858 coap_handle_event(context, COAP_EVENT_BAD_PACKET, session); in coap_dispatch()
3899 case COAP_EVENT_BAD_PACKET: in coap_event_name()
3900 return "COAP_EVENT_BAD_PACKET"; in coap_event_name()
/third_party/libcoap/examples/
H A Dcoap-client.c334 case COAP_EVENT_BAD_PACKET: in event_handler()
H A Dcoap-server.c1585 case COAP_EVENT_BAD_PACKET: in proxy_event_handler()

Completed in 11 milliseconds