Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_event.h53 COAP_EVENT_TCP_CLOSED = 0x1002, enumerator
/third_party/libcoap/man/
Dcoap_handler.txt.in231 COAP_EVENT_TCP_CLOSED 0x1002
/third_party/libcoap/examples/
Dcoap-client.c311 case COAP_EVENT_TCP_CLOSED: in event_handler()
Dcoap-server.c1561 case COAP_EVENT_TCP_CLOSED: in proxy_event_handler()
/third_party/libcoap/src/
Dcoap_session.c1083 COAP_EVENT_TCP_FAILED : COAP_EVENT_TCP_CLOSED, session); in coap_session_disconnected()
Dcoap_net.c3879 case COAP_EVENT_TCP_CLOSED: in coap_event_name()