Searched refs:COAP_REQUEST_MASK (Results 1 – 3 of 3) sorted by relevance
88 #define COAP_REQUEST_MASK 0x07 macro
2235 switch (code & COAP_REQUEST_MASK) { in lwm2m_engine_path_included()2374 if ((code & COAP_REQUEST_MASK) == COAP_METHOD_POST && r == 1 && in handle_request()2436 switch (code & COAP_REQUEST_MASK) { in handle_request()2537 if ((code & COAP_REQUEST_MASK) == COAP_METHOD_GET) { in handle_request()2555 if ((code & COAP_REQUEST_MASK) == COAP_METHOD_GET) { in handle_request()2569 if ((code & COAP_REQUEST_MASK) == COAP_METHOD_IPATCH) { in handle_request()
1176 return (code != COAP_CODE_EMPTY) && !(code & ~COAP_REQUEST_MASK); in coap_packet_is_request()