Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_pdu_internal.h74 #define COAP_PDU_IS_EMPTY(pdu) ((pdu)->code == 0) macro
75 #define COAP_PDU_IS_REQUEST(pdu) (!COAP_PDU_IS_EMPTY(pdu) && (pdu)->code < 32)
/third_party/libcoap/src/
Dnet.c2450 else if (COAP_PDU_IS_EMPTY(response) && in no_response()
3133 if (COAP_PDU_IS_EMPTY(pdu)) { in coap_dispatch()
3143 if (COAP_PDU_IS_EMPTY(pdu)) { in coap_dispatch()