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

/osnet-11/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; 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...]

Completed in 21 milliseconds