Home
last modified time | relevance | path

Searched refs:nd_prefix (Results 1 – 7 of 7) sorted by relevance

/xnu-8792.41.9/bsd/netinet6/
H A Dnd6.h628 struct nd_prefix { struct
635 LIST_ENTRY(nd_prefix) ndpr_entry; argument
657 void (*ndpr_trace)(struct nd_prefix *, int); /* trace callback fn */ argument
739 LIST_HEAD(nd_prhead, nd_prefix);
743 struct nd_prefix pr;
816 extern struct nd_prhead nd_prefix;
954 extern struct in6_ifaddr *in6_pfx_newpersistaddr(struct nd_prefix *, int,
959 extern void prelist_del(struct nd_prefix *);
968 extern void prelist_remove(struct nd_prefix *);
969 extern int prelist_update(struct nd_prefix *, struct nd_defrouter *,
[all …]
H A Dnd6_prproxy.c111 struct nd_prefix *ndprl_pr; /* prefix */
112 struct nd_prefix *ndprl_up; /* non-NULL for upstream */
148 static boolean_t nd6_solsrc_enq(struct nd_prefix *, struct ifnet *,
150 static boolean_t nd6_solsrc_deq(struct nd_prefix *, struct in6_addr *,
157 static void nd6_prproxy_sols_purge(struct nd_prefix *, u_int64_t);
234 struct nd_prefix *pr; in nd6_prproxy_prelist_setroute()
297 struct nd_prefix *pr_up; in nd6_prproxy_prelist_setroute()
360 struct nd_prefix *pr; in nd6_if_prproxy()
383 for (pr = nd_prefix.lh_first; pr; pr = pr->ndpr_next) { in nd6_if_prproxy()
435 struct nd_prefix *fwd; in nd6_if_prproxy()
[all …]
H A Dnd6_rtr.c99 static struct nd_pfxrouter *pfxrtr_lookup(struct nd_prefix *,
101 static void pfxrtr_add(struct nd_prefix *, struct nd_defrouter *);
102 static void pfxrtr_del(struct nd_pfxrouter *, struct nd_prefix *);
103 static struct nd_pfxrouter *find_pfxlist_reachable_router(struct nd_prefix *);
106 static int nd6_prefix_onlink_common(struct nd_prefix *, boolean_t,
108 static struct nd_prefix *nd6_prefix_equal_lookup(struct nd_prefix *, boolean_t);
118 static struct nd_prefix *ndpr_alloc(int);
119 static void ndpr_free(struct nd_prefix *);
120 static void ndpr_trace(struct nd_prefix *, int);
167 struct nd_prefix ndpr_pr; /* nd_prefix */
[all …]
H A Dnd6.c176 struct nd_prhead nd_prefix = { .lh_first = 0 }; variable
1372 struct nd_prefix *pr; in nd6_handle_duplicated_ip6_addr()
1612 struct nd_prefix *pr = NULL; in nd6_service_expired_prefix()
1617 pr = nd_prefix.lh_first; in nd6_service_expired_prefix()
1667 pr = nd_prefix.lh_first; in nd6_service_expired_prefix()
1681 LIST_FOREACH(pr, &nd_prefix, ndpr_entry) { in nd6_service_expired_prefix()
2079 struct nd_prefix *pr = NULL; in nd6_purge_interface_prefixes()
2080 struct nd_prefix *npr = NULL; in nd6_purge_interface_prefixes()
2085 for (pr = nd_prefix.lh_first; pr; pr = npr) { in nd6_purge_interface_prefixes()
2111 npr = nd_prefix.lh_first; in nd6_purge_interface_prefixes()
[all …]
H A Din6.c796 struct nd_prefix pr0, *pr; in in6ctl_llstop()
1121 struct nd_prefix *pr = NULL; in in6ctl_clat46start()
1122 struct nd_prefix *next = NULL; in in6ctl_clat46start()
1135 for (pr = nd_prefix.lh_first; pr; pr = next) { in in6ctl_clat46start()
1724 struct nd_prefix pr0, *pr; in in6ctl_aifaddr()
1909 struct nd_prefix pr0, *pr; in in6ctl_difaddr()
2864 struct nd_prefix *pr = ia->ia6_ndpr; in in6_unlink_ifa()
H A Din6_ifattach.c472 struct nd_prefix pr0, *pr; in in6_ifattach_linklocal()
H A Din6_var.h182 struct nd_prefix *ia6_ndpr;