Searched refs:ypbr (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/remote_cmds-47/ypwhich.tproj/
H A Dypwhich.c94 struct ypbind_resp ypbr; local
113 (xdrproc_t)xdr_ypbind_resp, &ypbr, tv);
119 if (ypbr.ypbind_status != YPBIND_SUCC_VAL) {
122 yperr_string(ypbr.ypbind_status));
124 ypbinderr_string(ypbr.ypbind_respbody.ypbind_error));
132 ss_addr = ypbr.ypbind_respbody.ypbind_bindinfo.ypbind_binding_addr;
/macosx-10.10.1/Libinfo-459/nis.subproj/
H A Dyp_bind.c92 struct ypbind_resp ypbr; local
217 r = clnt_call(client, YPBINDPROC_DOMAIN, (xdrproc_t)xdr_domainname, &dom, (xdrproc_t)xdr_ypbind_resp, &ypbr, tv);
229 bn = &ypbr.ypbind_resp_u.ypbind_bindinfo;

Completed in 128 milliseconds