Searched refs:nd_prefix (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6.h240 struct nd_prefix { struct
242 LIST_ENTRY(nd_prefix) ndpr_entry;
297 #define ifpr2ndpr(ifpr) ((struct nd_prefix *)(ifpr))
306 LIST_HEAD(nd_prhead, nd_prefix);
319 extern struct nd_prhead nd_prefix;
404 void prelist_del(struct nd_prefix *);
409 void prelist_remove(struct nd_prefix *, int);
410 int prelist_update(struct nd_prefix *, struct nd_defrouter *,
412 int nd6_prelist_add(struct nd_prefix *, struct nd_defrouter *,
413 struct nd_prefix **);
[all...]
H A Dnd6_rtr.c95 static struct in6_ifaddr *in6_ifadd(struct nd_prefix *,
97 static struct nd_pfxrouter *pfxrtr_lookup(struct nd_prefix *,
99 static void pfxrtr_add(struct nd_prefix *, struct nd_defrouter *);
101 static struct nd_pfxrouter *find_pfxlist_reachable_router(struct nd_prefix *);
105 static void in6_init_address_ltimes(struct nd_prefix *ndpr,
327 struct nd_prefix pr;
635 struct nd_prefix *pr;
656 for (pr = nd_prefix.lh_first; pr; pr = pr->ndpr_next) {
825 struct nd_prefix *pr,
841 struct nd_prefix *p
[all...]
H A Dnd6.c110 struct nd_prhead nd_prefix = { 0 }; variable in typeref:struct:nd_prhead
414 struct nd_prefix *pr;
664 pr = nd_prefix.lh_first;
672 struct nd_prefix *t;
768 struct nd_prefix *pr, *npr;
788 for (pr = nd_prefix.lh_first; pr; pr = npr) {
1435 struct nd_prefix *pr;
1478 pr = nd_prefix.lh_first;
1587 struct nd_prefix *next;
1590 for (pr = nd_prefix
[all...]
H A Din6_var.h114 struct nd_prefix *ia6_ndpr; /* back pointer to the ND prefix
H A Din6.c791 struct nd_prefix pr0, *pr;
917 struct nd_prefix pr0, *pr;
H A Din6_ifattach.c474 struct nd_prefix pr0, *pr;

Completed in 38 milliseconds