Searched defs:Client (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/rexd/
H A Don.c94 CLIENT *Client; /* RPC client handle */ variable
130 if (clstat = clnt_call(Client, REXPROC_WINCH,
147 if (clstat = clnt_call(Client, REXPROC_SIGNAL,
301 if ((Client = clnttcp_create(&server_addr, REXPROG, REXVERS, &sock,
369 Client->cl_auth = (AUTH *)authdes_create(netname, 60*60,
372 if (Client->cl_auth == NULL) {
382 if ((Client->cl_auth = authsys_create_default()) == NULL) {
383 clnt_destroy(Client);
453 if (clstat = clnt_call(Client, REXPROC_START,
458 printf("Client cal
[all...]

Completed in 73 milliseconds