Searched refs:COAP_PDU_IS_EMPTY (Results 1 – 2 of 2) sorted by relevance
89 #define COAP_PDU_IS_EMPTY(pdu) ((pdu)->code == 0) macro90 #define COAP_PDU_IS_REQUEST(pdu) (!COAP_PDU_IS_EMPTY(pdu) && (pdu)->code < 32)
2721 } else if (COAP_PDU_IS_EMPTY(response) && in no_response()3821 if (COAP_PDU_IS_EMPTY(pdu)) { in coap_dispatch()3833 if (COAP_PDU_IS_EMPTY(pdu)) { in coap_dispatch()