Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet6/
H A Dnd6.h650 LIST_HEAD(pr_rtrhead, nd_pfxrouter) ndpr_advrtrs;
733 struct nd_pfxrouter { struct
734 LIST_ENTRY(nd_pfxrouter) pfr_entry;
980 extern struct nd_pfxrouter *pfxrtr_lookup(struct nd_prefix *, struct nd_defrouter *);
H A Dnd6_rtr.c102 static void pfxrtr_del(struct nd_pfxrouter *, struct nd_prefix *);
103 static struct nd_pfxrouter *find_pfxlist_reachable_router(struct nd_prefix *);
201 static KALLOC_TYPE_DEFINE(ndprtr_zone, struct nd_pfxrouter, NET_KT_DEFAULT);
1378 struct nd_pfxrouter *pfxrtr; in defrtrlist_del()
2160 struct nd_pfxrouter *
2163 struct nd_pfxrouter *search; in pfxrtr_lookup()
2181 struct nd_pfxrouter *new; in pfxrtr_add()
2198 pfxrtr_del(struct nd_pfxrouter *pfr, struct nd_prefix *pr) in pfxrtr_del()
2347 struct nd_pfxrouter *pfr = NULL, *next = NULL; in prelist_remove()
3129 static struct nd_pfxrouter *
[all …]
H A Dnd6.c3189 struct nd_pfxrouter *pfr; in nd6_siocgprlst()
3245 struct nd_pfxrouter *pfr; in nd6_siocgprlst()
5021 struct nd_pfxrouter *pfr;