Home
last modified time | relevance | path

Searched refs:COAP_NACK_RST (Results 1 – 8 of 8) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_io.h72 COAP_NACK_RST, enumerator
/third_party/libcoap/examples/riot/examples_libcoap_client/
Dclient-coap.c79 case COAP_NACK_RST: in nack_handler()
/third_party/libcoap/examples/lwip/
Dclient-coap.c65 case COAP_NACK_RST: in nack_handler()
/third_party/libcoap/man/
Dcoap_handler.txt.in166 COAP_NACK_RST
/third_party/libcoap/src/
Dcoap_net.c3489 coap_session_disconnected(session, COAP_NACK_RST); in handle_signaling()
3730 COAP_NACK_RST, sent->id); in coap_dispatch()
3750 context->nack_handler(session, NULL, COAP_NACK_RST, pdu->mid); in coap_dispatch()
3758 context->nack_handler(session, NULL, COAP_NACK_RST, pdu->mid); in coap_dispatch()
Dcoap_session.c958 case COAP_NACK_RST: in coap_nack_name()
/third_party/libcoap/examples/
Dcoap-client.c360 case COAP_NACK_RST: in nack_handler()
Dcoap-server.c1727 case COAP_NACK_RST: in proxy_nack_handler()