Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dcoap.h168 COAP_RESPONSE_CODE_NOT_ALLOWED = COAP_MAKE_RESPONSE_CODE(4, 5), enumerator
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_server.c230 ret = COAP_RESPONSE_CODE_NOT_ALLOWED; in coap_server_process()
Dcoap.c1038 case COAP_RESPONSE_CODE_NOT_ALLOWED: in coap_header_get_code()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_message_handling.c2610 msg->code = COAP_RESPONSE_CODE_NOT_ALLOWED; in handle_request()