Searched refs:nd_prefix (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215.1.10/bsd/netinet6/ |
| H A D | nd6.h | 545 struct nd_prefix { struct 552 LIST_ENTRY(nd_prefix) ndpr_entry; argument 574 void (*ndpr_trace)(struct nd_prefix *, int); /* trace callback fn */ argument 656 LIST_HEAD(nd_prhead, nd_prefix); 660 struct nd_prefix pr; 733 extern struct nd_prhead nd_prefix; 919 extern struct in6_ifaddr *in6_pfx_newpersistaddr(struct nd_prefix *, int, 924 extern void prelist_del(struct nd_prefix *); 933 extern void prelist_remove(struct nd_prefix *); 934 extern int prelist_update(struct nd_prefix *, struct nd_defrouter *, [all …]
|
| H A D | nd6_prproxy.c | 111 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 *__single pr; in nd6_prproxy_prelist_setroute() 297 struct nd_prefix *__single pr_up; in nd6_prproxy_prelist_setroute() 360 struct nd_prefix *__single 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 *__single fwd; in nd6_if_prproxy() [all …]
|
| H A D | nd6_rtr.c | 100 static void pfxrtr_add(struct nd_prefix *, struct nd_defrouter *); 101 static void pfxrtr_del(struct nd_pfxrouter *, struct nd_prefix *); 102 static struct nd_pfxrouter *find_pfxlist_reachable_router(struct nd_prefix *); 105 static int nd6_prefix_onlink_common(struct nd_prefix *, boolean_t, 107 static struct nd_prefix *nd6_prefix_equal_lookup(struct nd_prefix *, boolean_t); 117 static struct nd_prefix *ndpr_alloc(int); 118 static void ndpr_free(struct nd_prefix *); 119 static void ndpr_trace(struct nd_prefix *, int); 166 struct nd_prefix ndpr_pr; /* nd_prefix */ 177 ZONE_DECLARE(ndpr_zone, struct nd_prefix); [all …]
|
| H A D | nd6.c | 176 struct nd_prhead nd_prefix = { .lh_first = 0 }; variable 1378 struct nd_prefix *__single pr; in nd6_handle_duplicated_ip6_addr() 1628 struct nd_prefix *__single pr = NULL; in nd6_service_expired_prefix() 1633 pr = nd_prefix.lh_first; in nd6_service_expired_prefix() 1683 pr = nd_prefix.lh_first; in nd6_service_expired_prefix() 1697 LIST_FOREACH(pr, &nd_prefix, ndpr_entry) { in nd6_service_expired_prefix() 2097 struct nd_prefix *__single pr = NULL; in nd6_purge_interface_prefixes() 2098 struct nd_prefix *__single npr = NULL; in nd6_purge_interface_prefixes() 2103 for (pr = nd_prefix.lh_first; pr; pr = npr) { in nd6_purge_interface_prefixes() 2129 npr = nd_prefix.lh_first; in nd6_purge_interface_prefixes() [all …]
|
| H A D | in6.c | 756 struct nd_prefix pr0, *pr; in in6ctl_llstop() 1088 struct nd_prefix *__single pr = NULL; in in6ctl_clat46start() 1089 struct nd_prefix *__single next = NULL; in in6ctl_clat46start() 1102 for (pr = nd_prefix.lh_first; pr; pr = next) { in in6ctl_clat46start() 1694 struct nd_prefix pr0; in in6ctl_aifaddr() 1695 struct nd_prefix *__single pr; in in6ctl_aifaddr() 1880 struct nd_prefix pr0; in in6ctl_difaddr() 1881 struct nd_prefix *__single pr; in in6ctl_difaddr() 2647 struct nd_prefix *pr = ia->ia6_ndpr; in in6_update_ifa() 2849 struct nd_prefix *__single pr = ia->ia6_ndpr; in in6_unlink_ifa()
|
| H A D | in6_ifattach.c | 472 struct nd_prefix pr0; in in6_ifattach_linklocal() 473 struct nd_prefix *__single pr; in in6_ifattach_linklocal()
|
| H A D | in6_src.c | 502 struct nd_prefix ia_best_prefix = {}; in in6_selectsrc_core() 503 struct nd_prefix ia_prefix = {}; in in6_selectsrc_core() 504 struct nd_prefix *__single p_ia_best_prefix = NULL; in in6_selectsrc_core() 505 struct nd_prefix *__single p_ia_prefix = NULL; in in6_selectsrc_core()
|
| H A D | in6_var.h | 184 struct nd_prefix *ia6_ndpr;
|