Home
last modified time | relevance | path

Searched refs:COAP_EVENT_SERVER_SESSION_DEL (Results 1 - 6 of 6) sorted by relevance

/third_party/libcoap/include/coap3/
H A Dcoap_event.h94 COAP_EVENT_SERVER_SESSION_DEL = 0x4002, enumerator
/third_party/libcoap/src/
H A 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()
H A Dcoap_io.c1435 coap_handle_event(ctx, COAP_EVENT_SERVER_SESSION_DEL, s);
H A Dcoap_net.c3897 case COAP_EVENT_SERVER_SESSION_DEL: in coap_event_name()
3898 return "COAP_EVENT_SERVER_SESSION_DEL"; in coap_event_name()
/third_party/libcoap/examples/
H A Dcoap-client.c333 case COAP_EVENT_SERVER_SESSION_DEL: in event_handler()
H A Dcoap-server.c1584 case COAP_EVENT_SERVER_SESSION_DEL: in proxy_event_handler()

Completed in 16 milliseconds