Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_pdu_internal.h76 #define COAP_PDU_IS_RESPONSE(pdu) ((pdu)->code >= 64 && (pdu)->code < 224) macro
/third_party/libcoap/src/
Dnet.c3130 else if (COAP_PDU_IS_RESPONSE(pdu)) in coap_dispatch()