Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_pdu_internal.h77 #define COAP_PDU_IS_SIGNALING(pdu) ((pdu)->code >= 224) macro
/third_party/libcoap/src/
Dpdu.c1016 if (COAP_PDU_IS_SIGNALING(pdu) ? in coap_pdu_parse_opt()
1054 if (!optsize || (COAP_PDU_IS_SIGNALING(pdu) ? in coap_pdu_parse_opt()
Dnet.c3124 if (COAP_PDU_IS_SIGNALING(pdu)) in coap_dispatch()