Searched refs:nd_defrouter (Results 1 – 6 of 6) sorted by relevance
| /xnu-10063.101.15/bsd/netinet6/ ! |
| H A D | nd6.h | 544 TAILQ_HEAD(nd_drhead, nd_defrouter); 545 struct nd_defrouter { struct 548 TAILQ_ENTRY(nd_defrouter) dr_entry; 562 void (*nddr_trace)(struct nd_defrouter *, int); /* trace callback fn */ argument 620 void nd6_rtilist_update(struct nd_route_info *, struct nd_defrouter *); 621 int nd6_rtilist_add(struct nd_route_info *, struct nd_defrouter *, 736 struct nd_defrouter *router; 960 extern struct nd_defrouter *defrtrlist_update(struct nd_defrouter *, 965 extern void defrtrlist_del(struct nd_defrouter *, struct nd_drhead *); 966 extern int defrtrlist_add_static(struct nd_defrouter *); [all …]
|
| H A D | nd6_rtr.c | 97 static void defrouter_addreq(struct nd_defrouter *, struct nd_route_info *, boolean_t); 98 static void defrouter_delreq(struct nd_defrouter *, struct nd_route_info *); 99 static struct nd_defrouter *defrtrlist_update_common(struct nd_defrouter *, 101 static void pfxrtr_add(struct nd_prefix *, struct nd_defrouter *); 114 static struct nd_defrouter *nddr_alloc(zalloc_flags_t); 115 static void nddr_free(struct nd_defrouter *); 116 static void nddr_trace(struct nd_defrouter *, int); 187 struct nd_defrouter nddr_dr; /* nd_defrouter */ 220 vm_size_t nddr_size = (nddr_debug == 0) ? sizeof(struct nd_defrouter) : in nd6_defrouter_glb_init() 353 struct nd_defrouter *dr = NULL; in nd6_ra_input() [all …]
|
| H A D | nd6_rti.c | 103 nd6_rtilist_update(struct nd_route_info *new_rti, struct nd_defrouter *dr) in nd6_rtilist_update() 144 struct nd_defrouter *dr = NULL; in nd6_rti_purge() 145 struct nd_defrouter *ndr = NULL; in nd6_rti_purge()
|
| H A D | nd6.c | 1166 struct nd_defrouter *dr = NULL; in nd6_service_expired_default_router() 1167 struct nd_defrouter *ndr = NULL; in nd6_service_expired_default_router() 1278 struct nd_defrouter *dr = NULL; in nd6_service_expired_route_info() 1279 struct nd_defrouter *ndr = NULL; in nd6_service_expired_route_info() 2028 struct nd_defrouter *dr = NULL; in nd6_purge_interface_default_routers() 2029 struct nd_defrouter *ndr = NULL; in nd6_purge_interface_default_routers() 2157 struct nd_defrouter *dr = NULL; in nd6_purge_interface_rti_entries() 2158 struct nd_defrouter *ndr = NULL; in nd6_purge_interface_rti_entries() 2606 struct nd_defrouter *dr = NULL; in nd6_free() 3090 struct nd_defrouter *dr; in nd6_siocgdrlst() [all …]
|
| H A D | in6_src.c | 288 struct nd_defrouter *dr = NULL; in in6_selectsrc_core()
|
| H A D | nd6_nbr.c | 1285 struct nd_defrouter *dr; in nd6_na_input()
|