Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dcoap_client.h129 int coap_client_init(struct coap_client *client, const char *info);
/Zephyr-latest/samples/net/sockets/coap_download/src/
Dmain.c92 ret = coap_client_init(&client, NULL); in main()
/Zephyr-latest/doc/connectivity/networking/api/
Dcoap_client.rst30 coap_client_init(&client, NULL);
95 coap_client_init(&client, NULL);
/Zephyr-latest/tests/net/lib/coap_client/src/
Dmain.c476 zassert_ok(coap_client_init(&client, NULL)); in suite_setup()
477 zassert_ok(coap_client_init(&client2, NULL)); in suite_setup()
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_client.c1094 int coap_client_init(struct coap_client *client, const char *info) in coap_client_init() function