Home
last modified time | relevance | path

Searched refs:nd_defrouter (Results 1 – 6 of 6) sorted by relevance

/xnu-10063.101.15/bsd/netinet6/ !
H A Dnd6.h544 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 Dnd6_rtr.c97 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 Dnd6_rti.c103 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 Dnd6.c1166 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 Din6_src.c288 struct nd_defrouter *dr = NULL; in in6_selectsrc_core()
H A Dnd6_nbr.c1285 struct nd_defrouter *dr; in nd6_na_input()