Home
last modified time | relevance | path

Searched refs:COAP_EVENT_SESSION_CONNECTED (Results 1 – 6 of 6) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_event.h61 COAP_EVENT_SESSION_CONNECTED = 0x2001, enumerator
/third_party/libcoap/man/
Dcoap_handler.txt.in236 COAP_EVENT_SESSION_CONNECTED 0x2001
/third_party/libcoap/examples/
Dcoap-client.c328 case COAP_EVENT_SESSION_CONNECTED: in event_handler()
Dcoap-server.c1579 case COAP_EVENT_SESSION_CONNECTED: in proxy_event_handler()
/third_party/libcoap/src/
Dcoap_session.c895 coap_handle_event(session->context, COAP_EVENT_SESSION_CONNECTED, session); in coap_session_connected()
Dcoap_net.c3883 case COAP_EVENT_SESSION_CONNECTED: in coap_event_name()