Searched refs:ypbind_resp (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/lib/libnsl/yp/ |
H A D | yp_bind.c | 60 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 D | yp_b.h | 124 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 D | yp_b_clnt.c | 61 ypbind_resp * 64 static ypbind_resp res; in ypbindproc_domain_3()
|
H A D | yp_b_xdr.c | 77 xdr_ypbind_resp(XDR *xdrs, ypbind_resp *objp) in xdr_ypbind_resp()
|
/titanic_50/usr/src/cmd/ypcmd/ |
H A D | yp_b.h | 118 struct ypbind_resp { struct 125 typedef struct ypbind_resp ypbind_resp; argument 140 extern ypbind_resp *ypbindproc_domain_3();
|
H A D | ypwhich.c | 374 struct ypbind_resp *response; 626 ypbind_resp * which; in dump_response()
|
H A D | yp_b_subr.c | 240 ypbind_resp * 245 static ypbind_resp resp; 421 ypbind_resp *resp_3; 1267 struct ypbind_resp resp;
|
H A D | yppoll.c | 339 struct ypbind_resp response; in getypserv()
|
/titanic_50/usr/src/head/rpcsvc/ |
H A D | yp.x | 192 union ypbind_resp switch (ypbind_resptype ypbind_status) { 282 ypbind_resp
|
/titanic_50/usr/src/lib/libbc/libc/yp/ |
H A D | yp_prot.h | 281 struct ypbind_resp { struct
|
/titanic_50/usr/src/lib/libnsl/common/ |
H A D | llib-lnsl | 981 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);
|