Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/sockets/coap_server/src/
Dtest.c111 COAP_RESPONSE_CODE_DELETED, id); in test_del()
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_rd_client/src/
Dstubs.c21 return COAP_RESPONSE_CODE_DELETED; in coap_header_get_code_fake_deleted()
/Zephyr-latest/include/zephyr/net/
Dcoap.h148 COAP_RESPONSE_CODE_DELETED = COAP_MAKE_RESPONSE_CODE(2, 2), enumerator
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_rd_client.c615 if (code == COAP_RESPONSE_CODE_DELETED) { in do_deregister_reply_cb()
Dlwm2m_message_handling.c2488 msg->code = COAP_RESPONSE_CODE_DELETED; in handle_request()
/Zephyr-latest/subsys/net/lib/coap/
Dcoap.c1028 case COAP_RESPONSE_CODE_DELETED: in coap_header_get_code()