Home
last modified time | relevance | path

Searched refs:ypbind_resp (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/lib/libnsl/yp/
H A Dyp_bind.c60 static struct dom_binding *load_dom_binding(struct ypbind_resp *, char *,
62 static ypbind_resp *get_cached_domain(char *);
235 struct ypbind_resp *ypbind_resp; in check_binding() local
260 if ((ypbind_resp = get_cached_domain(domain)) != 0) { in check_binding()
261 pdomb = load_dom_binding(ypbind_resp, domain, &status); in check_binding()
287 struct ypbind_resp resp; in __yp_add_binding_netid()
367 load_dom_binding(struct ypbind_resp *ypbind_res, char *domain, int *err) in load_dom_binding()
542 struct ypbind_resp *ypbind_resp; /* Response from local ypbinder */ in __yp_dobind_cflookup() local
623 ypbind_resp = ypbindproc_domain_3(&ypbd, tb); in __yp_dobind_cflookup()
628 if (ypbind_resp == NULL) { in __yp_dobind_cflookup()
[all …]
H A Dyp_b.h124 struct ypbind_resp { struct
131 typedef struct ypbind_resp ypbind_resp; typedef
132 extern bool_t xdr_ypbind_resp(XDR *, ypbind_resp *);
146 extern ypbind_resp *ypbindproc_domain_3();
H A Dyp_b_clnt.c61 ypbind_resp *
64 static ypbind_resp res; in ypbindproc_domain_3()
H A Dyp_b_xdr.c77 xdr_ypbind_resp(XDR *xdrs, ypbind_resp *objp) in xdr_ypbind_resp()
/titanic_50/usr/src/cmd/ypcmd/
H A Dyp_b.h118 struct ypbind_resp { struct
125 typedef struct ypbind_resp ypbind_resp; argument
140 extern ypbind_resp *ypbindproc_domain_3();
H A Dypwhich.c374 struct ypbind_resp *response;
626 ypbind_resp * which; in dump_response()
H A Dyp_b_subr.c240 ypbind_resp *
245 static ypbind_resp resp;
421 ypbind_resp *resp_3;
1267 struct ypbind_resp resp;
H A Dyppoll.c339 struct ypbind_resp response; in getypserv()
/titanic_50/usr/src/head/rpcsvc/
H A Dyp.x192 union ypbind_resp switch (ypbind_resptype ypbind_status) {
282 ypbind_resp
/titanic_50/usr/src/lib/libbc/libc/yp/
H A Dyp_prot.h281 struct ypbind_resp { struct
/titanic_50/usr/src/lib/libnsl/common/
H A Dllib-lnsl981 struct ypbind_resp {
988 typedef struct ypbind_resp ypbind_resp;
999 ypbind_resp *ypbindproc_domain_3(ypbind_domain *argp, CLIENT *clnt);
1003 bool_t xdr_ypbind_resp(XDR *xdrs, ypbind_resp *objp);