Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_pdu_internal.h91 #define COAP_PDU_IS_RESPONSE(pdu) ((pdu)->code >= 64 && (pdu)->code < 224) macro
/third_party/libcoap/src/
Dcoap_net.c3578 if (COAP_PDU_IS_RESPONSE(pdu) && !session->oscore_encryption) in coap_dispatch()
3668 if (COAP_PDU_IS_RESPONSE(sent->pdu)) in coap_dispatch()
3816 if (COAP_PDU_IS_RESPONSE(pdu)) in coap_dispatch()
Dcoap_block.c1679 if (COAP_PDU_IS_RESPONSE(pdu)) { in coap_send_q_blocks()
1725 if (COAP_PDU_IS_RESPONSE(block_pdu)) { in coap_send_q_blocks()
1759 if (COAP_PDU_IS_RESPONSE(block_pdu)) { in coap_send_q_blocks()