Home
last modified time | relevance | path

Searched refs:ypbind_resp_u (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_b_xdr.c81 if (!xdr_u_int(xdrs, &objp->ypbind_resp_u.ypbind_error)) in xdr_ypbind_resp()
86 (char **)&objp->ypbind_resp_u.ypbind_bindinfo, in xdr_ypbind_resp()
H A Dyp_bind.c319 resp.ypbind_resp_u.ypbind_bindinfo = binding; in __yp_add_binding_netid()
380 pdomb->dom_binding = ypbind_res->ypbind_resp_u.ypbind_bindinfo; in load_dom_binding()
654 if (ypbind_resp->ypbind_resp_u.ypbind_error == in __yp_dobind_cflookup()
796 ypbind_resp->ypbind_resp_u.ypbind_bindinfo, in __yp_dobind_rsvdport_cflookup()
810 if (ypbind_resp->ypbind_resp_u.ypbind_error == in __yp_dobind_rsvdport_cflookup()
H A Dyp_b.h127 } ypbind_resp_u; member
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypwhich.c426 if (response->ypbind_resp_u.ypbind_bindinfo) {
428 response->ypbind_resp_u.ypbind_bindinfo->ypbind_servername;
434 response->ypbind_resp_u.ypbind_bindinfo->ypbind_nconf;
436 response->ypbind_resp_u.ypbind_bindinfo->ypbind_svcaddr;
632 b = which->ypbind_resp_u.ypbind_bindinfo;
H A Dyp_b_subr.c258 resp.ypbind_resp_u.ypbind_error = YPBIND_ERR_NOSERV;
289 resp.ypbind_resp_u.ypbind_bindinfo =
297 resp.ypbind_resp_u.ypbind_error =
303 resp.ypbind_resp_u.ypbind_error = YPBIND_ERR_RESC;
432 resp_3->ypbind_resp_u.ypbind_bindinfo->ypbind_svcaddr->buf;
442 resp_3->ypbind_resp_u.ypbind_error;
1300 resp.ypbind_resp_u.ypbind_bindinfo = pdom->dom_binding;
H A Dyp_b.h123 } ypbind_resp_u; member
H A Dyppoll.c355 binding = response.ypbind_resp_u.ypbind_bindinfo; in getypserv()