Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet6/ !
H A Dnd6_rtr.c99 static struct nd_pfxrouter *pfxrtr_lookup(struct nd_prefix *,
102 static void pfxrtr_del(struct nd_pfxrouter *, struct nd_prefix *);
103 static struct nd_pfxrouter *find_pfxlist_reachable_router(struct nd_prefix *);
202 sizeof(struct nd_pfxrouter), ZC_NONE);
1355 struct nd_pfxrouter *pfxrtr; in defrtrlist_del()
2131 static struct nd_pfxrouter *
2134 struct nd_pfxrouter *search; in pfxrtr_lookup()
2152 struct nd_pfxrouter *new; in pfxrtr_add()
2169 pfxrtr_del(struct nd_pfxrouter *pfr, struct nd_prefix *pr) in pfxrtr_del()
2318 struct nd_pfxrouter *pfr, *next; in prelist_remove()
[all …]
H A Dnd6.h649 LIST_HEAD(pr_rtrhead, nd_pfxrouter) ndpr_advrtrs;
732 struct nd_pfxrouter { struct
733 LIST_ENTRY(nd_pfxrouter) pfr_entry;
H A Dnd6.c3153 struct nd_pfxrouter *pfr; in nd6_siocgprlst()
3209 struct nd_pfxrouter *pfr; in nd6_siocgprlst()
4986 struct nd_pfxrouter *pfr;