Home
last modified time | relevance | path

Searched refs:COAP_EMPTY_CODE (Results 1 – 4 of 4) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_pdu.h323 COAP_EMPTY_CODE = 0, enumerator
/third_party/libcoap/man/
Dcoap_pdu_access.txt.in121 COAP_EMPTY_CODE 0.00
165 this will always return COAP_EMPTY_CODE.
Dcoap_pdu_setup.txt.in157 COAP_EMPTY_CODE 0.00
249 COAP_EMPTY_CODE, appropriate message_id, matching token and potentially some
717 * the response is confirmable and the code is COAP_EMPTY_CODE which
/third_party/libcoap/src/
Dcoap_net.c1555 !(pdu->type == COAP_MESSAGE_ACK && pdu->code == COAP_EMPTY_CODE)) { in coap_send_internal()