Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_event.h55 COAP_EVENT_TCP_FAILED = 0x1003, enumerator
/third_party/libcoap/man/
Dcoap_handler.txt.in232 COAP_EVENT_TCP_FAILED 0x1003
/third_party/libcoap/examples/
Dcoap-client.c327 case COAP_EVENT_TCP_FAILED: in event_handler()
Dcoap-server.c1578 case COAP_EVENT_TCP_FAILED: in proxy_event_handler()
/third_party/libcoap/src/
Dcoap_net.c1750 coap_handle_event(session->context, COAP_EVENT_TCP_FAILED, session); in coap_connect_session()
3881 case COAP_EVENT_TCP_FAILED: in coap_event_name()
Dcoap_session.c1083 COAP_EVENT_TCP_FAILED : COAP_EVENT_TCP_CLOSED, session); in coap_session_disconnected()