Searched refs:nd_prefix (Results 1 – 8 of 8) sorted by relevance
| /xnu-8796.141.3/bsd/netinet6/ |
| H A D | nd6.h | 628 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 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 *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 D | nd6_rtr.c | 99 static void pfxrtr_add(struct nd_prefix *, struct nd_defrouter *); 100 static void pfxrtr_del(struct nd_pfxrouter *, struct nd_prefix *); 101 static struct nd_pfxrouter *find_pfxlist_reachable_router(struct nd_prefix *); 104 static int nd6_prefix_onlink_common(struct nd_prefix *, boolean_t, 106 static struct nd_prefix *nd6_prefix_equal_lookup(struct nd_prefix *, boolean_t); 116 static struct nd_prefix *ndpr_alloc(int); 117 static void ndpr_free(struct nd_prefix *); 118 static void ndpr_trace(struct nd_prefix *, int); 165 struct nd_prefix ndpr_pr; /* nd_prefix */ 209 vm_size_t ndpr_size = (ndpr_debug == 0) ? sizeof(struct nd_prefix) : in nd6_prefix_glb_init() [all …]
|
| H A D | nd6.c | 176 struct nd_prhead nd_prefix = { .lh_first = 0 }; variable 1371 struct nd_prefix *pr; in nd6_handle_duplicated_ip6_addr() 1621 struct nd_prefix *pr = NULL; in nd6_service_expired_prefix() 1626 pr = nd_prefix.lh_first; in nd6_service_expired_prefix() 1676 pr = nd_prefix.lh_first; in nd6_service_expired_prefix() 1690 LIST_FOREACH(pr, &nd_prefix, ndpr_entry) { in nd6_service_expired_prefix() 2088 struct nd_prefix *pr = NULL; in nd6_purge_interface_prefixes() 2089 struct nd_prefix *npr = NULL; in nd6_purge_interface_prefixes() 2094 for (pr = nd_prefix.lh_first; pr; pr = npr) { in nd6_purge_interface_prefixes() 2120 npr = nd_prefix.lh_first; in nd6_purge_interface_prefixes() [all …]
|
| H A D | in6_src.c | 504 struct nd_prefix ia_best_prefix = {}; in in6_selectsrc_core() 505 struct nd_prefix ia_prefix = {}; in in6_selectsrc_core() 506 struct nd_prefix *p_ia_best_prefix = NULL; in in6_selectsrc_core() 507 struct nd_prefix *p_ia_prefix = NULL; in in6_selectsrc_core()
|
| H A D | in6.c | 796 struct nd_prefix pr0, *pr; in in6ctl_llstop() 1125 struct nd_prefix *pr = NULL; in in6ctl_clat46start() 1126 struct nd_prefix *next = NULL; in in6ctl_clat46start() 1139 for (pr = nd_prefix.lh_first; pr; pr = next) { in in6ctl_clat46start() 1728 struct nd_prefix pr0, *pr; in in6ctl_aifaddr() 1913 struct nd_prefix pr0, *pr; in in6ctl_difaddr() 2870 struct nd_prefix *pr = ia->ia6_ndpr; in in6_unlink_ifa()
|
| H A D | in6_ifattach.c | 472 struct nd_prefix pr0, *pr; in in6_ifattach_linklocal()
|
| H A D | in6_var.h | 182 struct nd_prefix *ia6_ndpr;
|