Home
last modified time | relevance | path

Searched refs:COAP_EVENT_SERVER_SESSION_DEL (Results 1 – 7 of 7) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_event.h94 COAP_EVENT_SERVER_SESSION_DEL = 0x4002, enumerator
/third_party/libcoap/man/
Dcoap_handler.txt.in248 COAP_EVENT_SERVER_SESSION_DEL 0x4002
/third_party/libcoap/src/
Dcoap_session.c1165 coap_handle_event(oldest->context, COAP_EVENT_SERVER_SESSION_DEL, oldest); in coap_endpoint_get_session()
1170 coap_handle_event(oldest_hs->context, COAP_EVENT_SERVER_SESSION_DEL, oldest_hs); in coap_endpoint_get_session()
Dcoap_io.c1435 coap_handle_event(ctx, COAP_EVENT_SERVER_SESSION_DEL, s);
Dcoap_net.c3895 case COAP_EVENT_SERVER_SESSION_DEL: in coap_event_name()
/third_party/libcoap/examples/
Dcoap-client.c333 case COAP_EVENT_SERVER_SESSION_DEL: in event_handler()
Dcoap-server.c1584 case COAP_EVENT_SERVER_SESSION_DEL: in proxy_event_handler()