Searched refs:rstat_clnt (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/usr.bin/rup/
H A Drup.c178 CLIENT *rstat_clnt; local
190 rstat_clnt = clnt_create(host, RSTATPROG, RSTATVERS_TIME, "udp");
191 if (rstat_clnt == NULL) {
199 if (clnt_call(rstat_clnt, RSTATPROC_STATS,
202 warnx("%s: %s", host, clnt_sperror(rstat_clnt, host));
203 clnt_destroy(rstat_clnt);
209 clnt_destroy(rstat_clnt);

Completed in 43 milliseconds