Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
H A Dcoap_event.h51 COAP_EVENT_TCP_CONNECTED = 0x1001, enumerator
/third_party/libcoap/src/
H A Dcoap_net.c1747 coap_handle_event(session->context, COAP_EVENT_TCP_CONNECTED, session); in coap_connect_session()
3879 case COAP_EVENT_TCP_CONNECTED: in coap_event_name()
3880 return "COAP_EVENT_TCP_CONNECTED"; in coap_event_name()
H A Dcoap_session.c1691 coap_handle_event(session->context, COAP_EVENT_TCP_CONNECTED, session); in coap_new_server_session()
/third_party/libcoap/examples/
H A Dcoap-client.c326 case COAP_EVENT_TCP_CONNECTED: in event_handler()
H A Dcoap-server.c1577 case COAP_EVENT_TCP_CONNECTED: in proxy_event_handler()

Completed in 21 milliseconds