Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_event.h40 #define COAP_EVENT_TCP_CONNECTED 0x1001 macro
/third_party/libcoap/man/
Dcoap_handler.txt.in182 COAP_EVENT_TCP_CONNECTED 0x1001
/third_party/libcoap/src/
Dcoap_session.c943 coap_handle_event(session->context, COAP_EVENT_TCP_CONNECTED, session); in coap_session_accept()
Dnet.c850 coap_handle_event(session->context, COAP_EVENT_TCP_CONNECTED, session); in coap_send_pdu()
1458 coap_handle_event(session->context, COAP_EVENT_TCP_CONNECTED, session); in coap_connect_session()