Home
last modified time | relevance | path

Searched refs:COAP_NACK_NOT_DELIVERABLE (Results 1 – 9 of 9) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_io.h71 COAP_NACK_NOT_DELIVERABLE, enumerator
/third_party/libcoap/examples/riot/examples_libcoap_client/
Dclient-coap.c78 case COAP_NACK_NOT_DELIVERABLE: in nack_handler()
/third_party/libcoap/examples/lwip/
Dclient-coap.c64 case COAP_NACK_NOT_DELIVERABLE: in nack_handler()
/third_party/libcoap/src/
Dcoap_session.c649 COAP_NACK_TLS_FAILED : COAP_NACK_NOT_DELIVERABLE, in coap_session_mfree()
847 coap_session_disconnected(session, COAP_NACK_NOT_DELIVERABLE); in coap_session_send_csm()
854 coap_session_disconnected(session, COAP_NACK_NOT_DELIVERABLE); in coap_session_send_csm()
956 case COAP_NACK_NOT_DELIVERABLE: in coap_nack_name()
Dcoap_net.c1751 coap_session_disconnected(session, COAP_NACK_NOT_DELIVERABLE); in coap_connect_session()
1835 coap_session_disconnected(session, COAP_NACK_NOT_DELIVERABLE); in coap_read_session()
1973 coap_session_disconnected(session, COAP_NACK_NOT_DELIVERABLE); in coap_read_session()
Dcoap_io.c1532 coap_session_disconnected(s, COAP_NACK_NOT_DELIVERABLE);
/third_party/libcoap/man/
Dcoap_handler.txt.in165 COAP_NACK_NOT_DELIVERABLE
/third_party/libcoap/examples/
Dcoap-client.c359 case COAP_NACK_NOT_DELIVERABLE: in nack_handler()
Dcoap-server.c1726 case COAP_NACK_NOT_DELIVERABLE: in proxy_nack_handler()