Searched refs:rusers_clnt (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.bin/rusers/ |
H A D | rusers.c | 177 CLIENT *rusers_clnt; in onehost() local 186 rusers_clnt = clnt_create(host, RUSERSPROG, RUSERSVERS_IDLE, "udp"); in onehost() 187 if (rusers_clnt == NULL) in onehost() 193 if (clnt_call(rusers_clnt, RUSERSPROC_NAMES, (xdrproc_t)xdr_void, NULL, in onehost() 195 errx(1, "%s", clnt_sperror(rusers_clnt, "")); in onehost() 198 clnt_destroy(rusers_clnt); in onehost()
|