Searched refs:COAP_PDU_IS_EMPTY (Results 1 – 2 of 2) sorted by relevance
74 #define COAP_PDU_IS_EMPTY(pdu) ((pdu)->code == 0) macro75 #define COAP_PDU_IS_REQUEST(pdu) (!COAP_PDU_IS_EMPTY(pdu) && (pdu)->code < 32)
2450 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()