Home
last modified time | relevance | path

Searched refs:COAP_NACK_BAD_RESPONSE (Results 1 – 7 of 7) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_io.h75 COAP_NACK_BAD_RESPONSE, enumerator
/third_party/libcoap/examples/riot/examples_libcoap_client/
Dclient-coap.c88 case COAP_NACK_BAD_RESPONSE: in nack_handler()
/third_party/libcoap/man/
Dcoap_handler.txt.in169 COAP_NACK_BAD_RESPONSE
/third_party/libcoap/examples/
Dcoap-client.c369 case COAP_NACK_BAD_RESPONSE: in nack_handler()
Dcoap-server.c1736 case COAP_NACK_BAD_RESPONSE: in proxy_nack_handler()
/third_party/libcoap/src/
Dcoap_session.c964 case COAP_NACK_BAD_RESPONSE: in coap_nack_name()
Dcoap_net.c3853 context->nack_handler(session, sent->pdu, COAP_NACK_BAD_RESPONSE, sent->id); in coap_dispatch()