Searched refs:xdr_ypbind_resp (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/lib/libnsl/yp/ |
H A D | yp_b_clnt.c | 68 xdr_ypbind_domain, (char *)argp, xdr_ypbind_resp, in ypbindproc_domain_3()
|
H A D | yp_b_xdr.c | 77 xdr_ypbind_resp(XDR *xdrs, ypbind_resp *objp) in xdr_ypbind_resp() function
|
H A D | yp_b.h | 132 extern bool_t xdr_ypbind_resp(XDR *, ypbind_resp *);
|
H A D | yp_bind.c | 1132 st = xdr_ypbind_resp(&xdrs, &res); in get_cached_domain()
|
/titanic_50/usr/src/cmd/ypcmd/ |
H A D | yp_b.h | 126 bool_t xdr_ypbind_resp();
|
H A D | yppoll.c | 350 xdr_ypbind_domain, (char *)&ypdomain, xdr_ypbind_resp, in getypserv()
|
H A D | yp_b_svc.c | 496 xdr_result = xdr_ypbind_resp;
|
H A D | yp_b_subr.c | 1304 if (!xdr_ypbind_resp(&xdrs, &resp)) {
|
/titanic_50/usr/src/lib/libbc/libc/yp/ |
H A D | yp_prot.h | 91 extern bool xdr_ypbind_resp();
|
/titanic_50/usr/src/lib/libnsl/common/ |
H A D | mapfile-vers | 750 xdr_ypbind_resp;
|
H A D | llib-lnsl | 1003 bool_t xdr_ypbind_resp(XDR *xdrs, ypbind_resp *objp);
|