Searched refs:COAP_RESPONSE_CODE_NOT_ALLOWED (Results 1 – 4 of 4) sorted by relevance
168 COAP_RESPONSE_CODE_NOT_ALLOWED = COAP_MAKE_RESPONSE_CODE(4, 5), enumerator
269 ret = COAP_RESPONSE_CODE_NOT_ALLOWED; in coap_server_process()
1039 case COAP_RESPONSE_CODE_NOT_ALLOWED: in coap_header_get_code()
2618 msg->code = COAP_RESPONSE_CODE_NOT_ALLOWED; in handle_request()