HomeSort by: relevance | last modified time | path
    Searched defs:rusers_clnt (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/rusers/
rusers.c 229 CLIENT *rusers_clnt; local in function:onehost
235 rusers_clnt = clnt_create(host, RUSERSPROG, RUSERSVERS_IDLE, "udp");
236 if (rusers_clnt == NULL) {
246 clnt_stat = clnt_call(rusers_clnt, RUSERSPROC_NAMES, xdr_void, NULL,
rusers.c 229 CLIENT *rusers_clnt; local in function:onehost
235 rusers_clnt = clnt_create(host, RUSERSPROG, RUSERSVERS_IDLE, "udp");
236 if (rusers_clnt == NULL) {
246 clnt_stat = clnt_call(rusers_clnt, RUSERSPROC_NAMES, xdr_void, NULL,

Completed in 79 milliseconds