Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_event.h42 #define COAP_EVENT_TCP_FAILED 0x1003 macro
/third_party/libcoap/man/
Dcoap_handler.txt.in184 COAP_EVENT_TCP_FAILED 0x1003
/third_party/libcoap/src/
Dcoap_session.c541 COAP_EVENT_TCP_FAILED : COAP_EVENT_TCP_CLOSED, session); in coap_session_disconnected()
Dnet.c839 coap_handle_event(session->context, COAP_EVENT_TCP_FAILED, session); in coap_send_pdu()
1477 coap_handle_event(session->context, COAP_EVENT_TCP_FAILED, session); in coap_connect_session()