Home | History | Annotate | Download | only in yppoll

Lines Matching defs:client

81 static CLIENT *mkclient(struct sockaddr_in *, unsigned long, unsigned long,
147 static CLIENT *
170 CLIENT *client;
185 client = mkclient(&rsrv_sin, YPPROG, YPVERS, tcp);
186 if (client == NULL)
198 r = clnt_call(client, (unsigned int)YPPROC_ORDER, xdr_ypreq_nokey,
201 clnt_perror(client, "yp_order: clnt_call");
210 r = clnt_call(client, (unsigned int)YPPROC_MASTER,
213 clnt_perror(client, "yp_master: clnt_call");
219 clnt_destroy(client);