Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_event.h48 #define COAP_EVENT_SESSION_CLOSED 0x2002 macro
/third_party/libcoap/man/
Dcoap_handler.txt.in189 COAP_EVENT_SESSION_CLOSED 0x2002
/third_party/libcoap/examples/
Dcoap-client.c280 case COAP_EVENT_SESSION_CLOSED: in event_handler()
Dcoap-server.c1584 case COAP_EVENT_SESSION_CLOSED: in proxy_event_handler()
/third_party/libcoap/src/
Dcoap_session.c546 COAP_EVENT_SESSION_CLOSED : COAP_EVENT_SESSION_FAILED, session); in coap_session_disconnected()