Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/rup/
Drup.c168 CLIENT *rstat_clnt; in onehost() local
180 rstat_clnt = clnt_create(host, RSTATPROG, RSTATVERS_TIME, "udp"); in onehost()
181 if (rstat_clnt == NULL) { in onehost()
189 if (clnt_call(rstat_clnt, RSTATPROC_STATS, in onehost()
192 warnx("%s: %s", host, clnt_sperror(rstat_clnt, host)); in onehost()
193 clnt_destroy(rstat_clnt); in onehost()
199 clnt_destroy(rstat_clnt); in onehost()