Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet6/
H A Dnd6.h490 TAILQ_HEAD(nd_drhead, nd_defrouter);
491 struct nd_defrouter { struct
494 TAILQ_ENTRY(nd_defrouter) dr_entry;
508 void (*nddr_trace)(struct nd_defrouter *, int); /* trace callback fn */ argument
566 void nd6_rtilist_update(struct nd_route_info *, struct nd_defrouter *);
567 int nd6_rtilist_add(struct nd_route_info *, struct nd_defrouter *,
684 struct nd_defrouter *router;
957 extern struct nd_defrouter *defrtrlist_update(struct nd_defrouter *,
962 extern void defrtrlist_del(struct nd_defrouter *, struct nd_drhead *);
963 extern int defrtrlist_add_static(struct nd_defrouter *);
[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()
168 struct nd_defrouter *__single dr = NULL; in nd6_rti_delreq()
169 struct nd_defrouter *__single ndr = NULL; in nd6_rti_delreq()
H A Dnd6_rtr.c99 static void defrouter_addreq(struct nd_defrouter *, struct nd_route_info *, boolean_t);
100 static struct nd_defrouter *defrtrlist_update_common(struct nd_defrouter *,
102 static void pfxrtr_add(struct nd_prefix *, struct nd_defrouter *);
115 static struct nd_defrouter *nddr_alloc(zalloc_flags_t);
116 static void nddr_free(struct nd_defrouter *);
117 static void nddr_trace(struct nd_defrouter *, int);
216 struct nd_defrouter nddr_dr; /* nd_defrouter */
227 ZONE_DECLARE(nddr_zone, struct nd_defrouter);
250 vm_size_t nddr_size = (nddr_debug == 0) ? sizeof(struct nd_defrouter) : in nd6_defrouter_glb_init()
387 struct nd_defrouter *dr = NULL; in nd6_ra_input()
[all …]
H A Dnd6.c1178 struct nd_defrouter *__single dr = NULL; in nd6_service_expired_default_router()
1179 struct nd_defrouter *__single ndr = NULL; in nd6_service_expired_default_router()
1290 struct nd_defrouter *__single dr = NULL; in nd6_service_expired_route_info()
1291 struct nd_defrouter *__single ndr = NULL; in nd6_service_expired_route_info()
2045 struct nd_defrouter *__single dr = NULL; in nd6_purge_interface_default_routers()
2046 struct nd_defrouter *__single ndr = NULL; in nd6_purge_interface_default_routers()
2176 struct nd_defrouter *__single dr = NULL; in nd6_purge_interface_rti_entries()
2177 struct nd_defrouter *__single ndr = NULL; in nd6_purge_interface_rti_entries()
2625 struct nd_defrouter *__single dr = NULL; in nd6_free()
3108 struct nd_defrouter *__single dr; in nd6_ioctl()
[all …]
H A Din6_src.c287 struct nd_defrouter *__single dr = NULL; in in6_selectsrc_core()
H A Dnd6_nbr.c1319 struct nd_defrouter *__single dr; in nd6_na_input()