Searched refs:rstat_clnt (Results 1 – 1 of 1) sorted by relevance
240 CLIENT *rstat_clnt; in onehost() local245 rstat_clnt = clnt_create(host, RSTATPROG, RSTATVERS_TIME, "udp"); in onehost()246 if (rstat_clnt == NULL) { in onehost()253 if (clnt_call(rstat_clnt, RSTATPROC_STATS, xdr_void, NULL, in onehost()256 clnt_sperror(rstat_clnt, host)); in onehost()257 clnt_destroy(rstat_clnt); in onehost()266 clnt_destroy(rstat_clnt); in onehost()