Home
last modified time | relevance | path

Searched refs:COAP_EVENT_SERVER_SESSION_NEW (Results 1 - 5 of 5) sorted by relevance

/third_party/libcoap/include/coap3/
H A Dcoap_event.h85 COAP_EVENT_SERVER_SESSION_NEW = 0x4001, enumerator
/third_party/libcoap/src/
H A Dcoap_session.c1240 coap_handle_event(session->context, COAP_EVENT_SERVER_SESSION_NEW, session); in coap_endpoint_get_session()
1692 coap_handle_event(session->context, COAP_EVENT_SERVER_SESSION_NEW, session); in coap_new_server_session()
H A Dcoap_net.c3895 case COAP_EVENT_SERVER_SESSION_NEW: in coap_event_name()
3896 return "COAP_EVENT_SERVER_SESSION_NEW"; in coap_event_name()
/third_party/libcoap/examples/
H A Dcoap-client.c332 case COAP_EVENT_SERVER_SESSION_NEW: in event_handler()
H A Dcoap-server.c1583 case COAP_EVENT_SERVER_SESSION_NEW: in proxy_event_handler()

Completed in 15 milliseconds