Home
last modified time | relevance | path

Searched refs:COAP_PDU_DELAYED (Results 1 – 3 of 3) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_pdu_internal.h85 #define COAP_PDU_DELAYED -3 macro
/third_party/libcoap/src/
Dcoap_net.c1571 if (bytes_written == COAP_PDU_DELAYED) { in coap_send_internal()
1582 if (coap_session_delay_pdu(session, pdu, NULL) == COAP_PDU_DELAYED) { in coap_send_internal()
1669 if (bytes_written == COAP_PDU_DELAYED) { in coap_retransmit()
Dcoap_session.c817 return COAP_PDU_DELAYED; in coap_session_delay_pdu()