Home
last modified time | relevance | path

Searched refs:COAP_RESPONSE_CODE_NOT_FOUND (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dcoap.h166 COAP_RESPONSE_CODE_NOT_FOUND = COAP_MAKE_RESPONSE_CODE(4, 4), enumerator
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_server.c224 ret = COAP_RESPONSE_CODE_NOT_FOUND; in coap_server_process()
Dcoap.c1037 case COAP_RESPONSE_CODE_NOT_FOUND: in coap_header_get_code()
/Zephyr-latest/subsys/mgmt/updatehub/
Dupdatehub.c709 if (coap_header_get_code(&reply) == COAP_RESPONSE_CODE_NOT_FOUND) { in probe_cb()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_rd_client.c425 case COAP_RESPONSE_CODE_NOT_FOUND: in code2str()
Dlwm2m_message_handling.c2608 msg->code = COAP_RESPONSE_CODE_NOT_FOUND; in handle_request()