Searched refs:dom_client (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/Libinfo-449.1.3/nis.subproj/
H A Dyp_bind.c124 if (ysd->dom_client) clnt_destroy(ysd->dom_client);
259 if (ysd->dom_client) clnt_destroy(ysd->dom_client);
262 if (proto == YP_BIND_UDP) ysd->dom_client = clntudp_create(&ysd->dom_server_addr, YPPROG, YPVERS, tv, &ysd->dom_socket);
263 else ysd->dom_client = clnttcp_create(&ysd->dom_server_addr, YPPROG, YPVERS, &ysd->dom_socket, 0, 0);
265 if (ysd->dom_client == NULL)
292 if (ypb->dom_client) clnt_destroy(ypb->dom_client);
293 ypb->dom_client
[all...]
H A Dypinternal.h67 CLIENT *dom_client; member in struct:dom_binding
H A Dyp_maplist.c95 r = clnt_call(ysd->dom_client, YPPROC_MAPLIST, (xdrproc_t)xdr_domainname, &indomain, (xdrproc_t)xdr_ypresp_maplist, &ypml, tv);
98 if (tries++) clnt_perror(ysd->dom_client, "yp_maplist: clnt_call");
H A Dyp_master.c105 r = clnt_call(ysd->dom_client, YPPROC_MASTER, (xdrproc_t)xdr_ypreq_nokey, &yprnk, (xdrproc_t)xdr_ypresp_master, &yprm, tv);
108 if (tries++) clnt_perror(ysd->dom_client, "yp_master: clnt_call");
H A Dyp_order.c105 r = clnt_call(ysd->dom_client, YPPROC_ORDER,
119 if (tries++) clnt_perror(ysd->dom_client, "yp_order: clnt_call");
H A Dyp_first.c110 r = clnt_call(ysd->dom_client, YPPROC_FIRST, (xdrproc_t)xdr_ypreq_nokey, &yprnk, (xdrproc_t)xdr_ypresp_key_val, &yprkv, tv);
113 if (tries++) clnt_perror(ysd->dom_client, "yp_first: clnt_call");
H A Dypmatch_cache.c231 r = clnt_call(ysd->dom_client, YPPROC_MATCH, (xdrproc_t)xdr_ypreq_key, &yprk, (xdrproc_t)xdr_ypresp_val, &yprv, tv);
235 if (tries++) clnt_perror(ysd->dom_client, "yp_match: clnt_call");
304 r = clnt_call(ysd->dom_client, YPPROC_NEXT, (xdrproc_t)xdr_ypreq_key, &yprk, (xdrproc_t)xdr_ypresp_key_val, &yprkv, tv);
308 if (tries++) clnt_perror(ysd->dom_client, "yp_next: clnt_call");
H A Dyp_prot.h207 CLIENT *dom_client; member in struct:dom_binding
/macosx-10.9.5/remote_cmds-41.90.1/ypbind.tproj/
H A Dypbind.c88 CLIENT *dom_client; member in struct:_dom_binding

Completed in 150 milliseconds