Home
last modified time | relevance | path

Searched refs:COAP_RESPONSE_CLASS (Results 1 – 4 of 4) sorted by relevance

/net-tools-latest/libcoap/include/coap/
Dpdu.h99 #define COAP_RESPONSE_CLASS(C) (((C) >> 5) & 0xFF) macro
/net-tools-latest/libcoap/src/
Dnet.c567 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),
/net-tools-latest/libcoap/examples/
Dclient.c354 if (COAP_RESPONSE_CLASS(received->hdr->code) == 2) { in message_handler()
506 if (COAP_RESPONSE_CLASS(received->hdr->code) >= 4) { in message_handler()
/net-tools-latest/
Dcoap-client.c1368 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()