Home
last modified time | relevance | path

Searched refs:COAP_EVENT_BAD_PACKET (Results 1 – 5 of 5) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_event.h100 COAP_EVENT_BAD_PACKET = 0x5001, enumerator
/third_party/libcoap/src/
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()
3856 coap_handle_event(context, COAP_EVENT_BAD_PACKET, session); in coap_dispatch()
3897 case COAP_EVENT_BAD_PACKET: in coap_event_name()
/third_party/libcoap/man/
Dcoap_handler.txt.in252 COAP_EVENT_BAD_PACKET 0x5001
/third_party/libcoap/examples/
Dcoap-client.c334 case COAP_EVENT_BAD_PACKET: in event_handler()
Dcoap-server.c1585 case COAP_EVENT_BAD_PACKET: in proxy_event_handler()