Home
last modified time | relevance | path

Searched refs:COAP_NACK_TOO_MANY_RETRIES (Results 1 – 10 of 10) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_io.h70 COAP_NACK_TOO_MANY_RETRIES, enumerator
/third_party/libcoap/man/
Dcoap_recovery.txt.in142 but at that point COAP_NACK_TOO_MANY_RETRIES gets raised in the nack_handler
328 The client's nack_handler will get called with COAP_NACK_TOO_MANY_RETRIES when
334 nack_handler will get called with COAP_NACK_TOO_MANY_RETRIES when
Dcoap_handler.txt.in164 COAP_NACK_TOO_MANY_RETRIES
/third_party/libcoap/examples/riot/examples_libcoap_client/
Dclient-coap.c77 case COAP_NACK_TOO_MANY_RETRIES: in nack_handler()
/third_party/libcoap/examples/lwip/
Dclient-coap.c63 case COAP_NACK_TOO_MANY_RETRIES: in nack_handler()
/third_party/libcoap/examples/
Dcoap-client.c358 case COAP_NACK_TOO_MANY_RETRIES: in nack_handler()
Dcoap-server.c1725 case COAP_NACK_TOO_MANY_RETRIES: in proxy_nack_handler()
/third_party/libcoap/src/
Dcoap_session.c954 case COAP_NACK_TOO_MANY_RETRIES: in coap_nack_name()
Dcoap_net.c1710 context->nack_handler(node->session, node->pdu, COAP_NACK_TOO_MANY_RETRIES, node->id); in coap_retransmit()
Dcoap_block.c1338 COAP_NACK_TOO_MANY_RETRIES, in coap_block_check_lg_crcv_timeouts()