Searched refs:COAP_RESPONSE_CLASS (Results 1 – 4 of 4) sorted by relevance
99 #define COAP_RESPONSE_CLASS(C) (((C) >> 5) & 0xFF) macro
567 COAP_RESPONSE_CLASS(pdu->hdr->code) > 2) { in coap_send_impl()1347 return (COAP_RESPONSE_CLASS(response->hdr->code) > 0) in no_response()1348 && (((1 << (COAP_RESPONSE_CLASS(response->hdr->code) - 1)) & val) > 0); in no_response()1455 if (observe && ((COAP_RESPONSE_CLASS(response->hdr->code) > 2) in handle_request()1565 if (sent && COAP_RESPONSE_CLASS(sent->pdu->hdr->code) == 2) {1627 COAP_RESPONSE_CLASS(rcvd->pdu->hdr->code),
354 if (COAP_RESPONSE_CLASS(received->hdr->code) == 2) { in message_handler()506 if (COAP_RESPONSE_CLASS(received->hdr->code) >= 4) { in message_handler()
1368 if (COAP_RESPONSE_CLASS(received->hdr->code) == 2) { in coap_message_handler()1458 if (COAP_RESPONSE_CLASS(received->hdr->code) >= 4) { in coap_message_handler()