Home
last modified time | relevance | path

Searched refs:coap_packet_set_path (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dcoap.h516 int coap_packet_set_path(struct coap_packet *cpkt, const char *path);
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_client.c226 ret = coap_packet_set_path(&internal_req->request, req->path); in coap_client_init_request()
Dcoap.c813 int coap_packet_set_path(struct coap_packet *cpkt, const char *path) in coap_packet_set_path() function
/Zephyr-latest/tests/net/lib/coap/src/
Dmain.c1648 res = coap_packet_set_path(&cpkt, path); in assert_coap_packet_set_path_query_options()
/Zephyr-latest/doc/releases/
Drelease-notes-3.5.rst793 * :c:func:`coap_packet_set_path`