Searched refs:recv_response (Results 1 – 1 of 1) sorted by relevance
30 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