Searched refs:rstat_clnt (Results 1 – 1 of 1) sorted by relevance
165 CLIENT *rstat_clnt; in onehost() local177 rstat_clnt = clnt_create(host, RSTATPROG, RSTATVERS_TIME, "udp"); in onehost()178 if (rstat_clnt == NULL) { in onehost()186 if (clnt_call(rstat_clnt, RSTATPROC_STATS, in onehost()189 warnx("%s: %s", host, clnt_sperror(rstat_clnt, host)); in onehost()190 clnt_destroy(rstat_clnt); in onehost()196 clnt_destroy(rstat_clnt); in onehost()