Home
last modified time | relevance | path

Searched refs:coap_client_cancel_request (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dcoap_client.h174 void coap_client_cancel_request(struct coap_client *client, struct coap_client_request *req);
/Zephyr-latest/tests/net/lib/coap_client/src/
Dmain.c844 coap_client_cancel_request(&client, &req1); in ZTEST()
873 coap_client_cancel_request(&client, &(struct coap_client_request) { in ZTEST()
883 coap_client_cancel_request(&client, &(struct coap_client_request) { in ZTEST()
891 coap_client_cancel_request(&client, &(struct coap_client_request) { in ZTEST()
901 coap_client_cancel_request(&client, &(struct coap_client_request) {0}); in ZTEST()
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_client.c1055 void coap_client_cancel_request(struct coap_client *client, struct coap_client_request *req) in coap_client_cancel_request() function