Searched refs:nd_pfxrouter (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6.h253 LIST_HEAD(pr_rtrhead, nd_pfxrouter) ndpr_advrtrs;
300 struct nd_pfxrouter { struct
301 LIST_ENTRY(nd_pfxrouter) pfr_entry;
H A Dnd6_rtr.c97 static struct nd_pfxrouter *pfxrtr_lookup(struct nd_prefix *,
100 static void pfxrtr_del(struct nd_pfxrouter *);
101 static struct nd_pfxrouter *find_pfxlist_reachable_router(struct nd_prefix *);
657 struct nd_pfxrouter *pfxrtr;
823 static struct nd_pfxrouter *
828 struct nd_pfxrouter *search;
844 struct nd_pfxrouter *new;
848 new = (struct nd_pfxrouter *)_MALLOC(sizeof(*new), M_IP6NDP, M_NOWAIT);
861 struct nd_pfxrouter *pfr)
1026 struct nd_pfxrouter *pf
[all...]
H A Dnd6.c1480 struct nd_pfxrouter *pfr;
2386 struct nd_pfxrouter *pfr;

Completed in 482 milliseconds