Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/coap/
Dcoap_client.c30 static int recv_response(struct coap_client *client, struct coap_packet *response, bool *truncated);
610 ret = recv_response(client, &response, &response_truncated); in handle_poll()
645 static int recv_response(struct coap_client *client, struct coap_packet *response, bool *truncated) in recv_response() function