Home
last modified time | relevance | path

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

/Zephyr-4.1.0/samples/net/sockets/coap_client/src/
Dcoap-client.c162 case COAP_METHOD_DELETE: in send_simple_coap_request()
233 r = send_simple_coap_request(COAP_METHOD_DELETE); in send_simple_coap_msgs_and_wait_for_reply()
/Zephyr-4.1.0/include/zephyr/net/
Dcoap.h80 COAP_METHOD_DELETE = 4, /**< DELETE */ enumerator
/Zephyr-4.1.0/tests/net/lib/lwm2m/block_transfer/src/
Dmain.c301 msg->code = COAP_METHOD_DELETE; in ZTEST_F()
/Zephyr-4.1.0/subsys/net/lib/coap/
Dcoap.c1021 case COAP_METHOD_DELETE: in coap_header_get_code()
1149 case COAP_METHOD_DELETE: in method_from_code()
/Zephyr-4.1.0/subsys/net/lib/lwm2m/
Dlwm2m_rd_client.c1243 msg->code = COAP_METHOD_DELETE; in sm_do_deregister()
Dlwm2m_message_handling.c2237 case COAP_METHOD_DELETE: in lwm2m_engine_path_included()
2494 case COAP_METHOD_DELETE: in handle_request()