Lines Matching defs:client
50 * Simplified front end to client rpc.
80 CLIENT *client; /* Client handle */
98 if (rcp->client)
99 CLNT_DESTROY(rcp->client);
116 * This is the simplified interface to the client rpc layer.
117 * The client handle is not destroyed here and is reused for
164 rcp->client = NULL;
176 if (rcp->client)
177 CLNT_DESTROY(rcp->client);
181 rcp->client = clnt_create(host, prognum, versnum, nettype);
183 if (rcp->client == NULL) {
193 (void) CLNT_CONTROL(rcp->client,
195 if (CLNT_CONTROL(rcp->client, CLGET_FD, (char *)(void *)&fd))
207 } /* else reuse old client */
210 clnt_stat = CLNT_CALL(rcp->client, procnum, inproc, in,