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
230 ret = COAP_RESPONSE_CODE_NOT_ALLOWED; in coap_server_process()
1038 case COAP_RESPONSE_CODE_NOT_ALLOWED: in coap_header_get_code()
2610 msg->code = COAP_RESPONSE_CODE_NOT_ALLOWED; in handle_request()