Searched refs:COAP_REQUEST_MASK (Results 1 – 3 of 3) sorted by relevance
88 #define COAP_REQUEST_MASK 0x07 macro
2227 switch (code & COAP_REQUEST_MASK) { in lwm2m_engine_path_included()2366 if ((code & COAP_REQUEST_MASK) == COAP_METHOD_POST && r == 1 && in handle_request()2428 switch (code & COAP_REQUEST_MASK) { in handle_request()2529 if ((code & COAP_REQUEST_MASK) == COAP_METHOD_GET) { in handle_request()2547 if ((code & COAP_REQUEST_MASK) == COAP_METHOD_GET) { in handle_request()2561 if ((code & COAP_REQUEST_MASK) == COAP_METHOD_IPATCH) { in handle_request()
1175 return !(code & ~COAP_REQUEST_MASK); in coap_packet_is_request()