Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_event.h51 COAP_EVENT_TCP_CONNECTED = 0x1001, enumerator
/third_party/libcoap/man/
Dcoap_handler.txt.in230 COAP_EVENT_TCP_CONNECTED 0x1001
/third_party/libcoap/examples/
Dcoap-client.c326 case COAP_EVENT_TCP_CONNECTED: in event_handler()
Dcoap-server.c1577 case COAP_EVENT_TCP_CONNECTED: in proxy_event_handler()
/third_party/libcoap/src/
Dcoap_net.c1747 coap_handle_event(session->context, COAP_EVENT_TCP_CONNECTED, session); in coap_connect_session()
3877 case COAP_EVENT_TCP_CONNECTED: in coap_event_name()
Dcoap_session.c1691 coap_handle_event(session->context, COAP_EVENT_TCP_CONNECTED, session); in coap_new_server_session()