Searched defs:ypbind_resp (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_b.h124 struct ypbind_resp { struct
131 typedef struct ypbind_resp ypbind_resp; typedef in typeref:struct:ypbind_resp
132 extern bool_t xdr_ypbind_resp(XDR *, ypbind_resp *);
146 extern ypbind_resp *ypbindproc_domain_3();
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; local
260 if ((ypbind_resp = get_cached_domain(domain)) != 0) {
261 pdomb = load_dom_binding(ypbind_resp, domain, &status);
287 struct ypbind_resp resp;
367 load_dom_binding(struct ypbind_resp *ypbind_res, char *domain, int *err)
542 struct ypbind_resp *ypbind_resp; /* Respons local
711 struct ypbind_resp *ypbind_resp; /* Response from local ypbinder */ local
[all...]
/illumos-gate/usr/src/cmd/ypcmd/
H A Dyp_b.h118 struct ypbind_resp { struct
125 typedef struct ypbind_resp ypbind_resp; typedef in typeref:struct:ypbind_resp
140 extern ypbind_resp *ypbindproc_domain_3();
/illumos-gate/usr/src/lib/libbc/libc/yp/
H A Dyp_prot.h254 * YPBINDPROC_DOMAIN takes (char *) returns (struct ypbind_resp)
281 struct ypbind_resp { struct

Completed in 53 milliseconds