Searched defs:dom_binding (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 *,
65 static void set_rdev(struct dom_binding *);
66 static int check_rdev(struct dom_binding *);
118 static struct dom_binding *bound_domains; /* List of bound domains */
122 * Must be called with bound_domains_lock held or with a dom_binding
126 free_dom_binding(struct dom_binding *p)
139 * Attempts to find a dom_binding in the list at bound_domains having the
150 struct dom_binding *p;
151 struct dom_binding **prev;
206 struct dom_binding *
465 load_dom_binding_rsvdport(struct ypbind_binding *dom_binding, char *domain, int *err) argument
[all...]

Completed in 22 milliseconds