Searched refs:nd_defrouter (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215.1.10/bsd/netinet6/ |
| H A D | nd6.h | 459 TAILQ_HEAD(nd_drhead, nd_defrouter); 460 struct nd_defrouter { struct 463 TAILQ_ENTRY(nd_defrouter) dr_entry; 477 void (*nddr_trace)(struct nd_defrouter *, int); /* trace callback fn */ argument 535 void nd6_rtilist_update(struct nd_route_info *, struct nd_defrouter *); 536 int nd6_rtilist_add(struct nd_route_info *, struct nd_defrouter *, 653 struct nd_defrouter *router; 925 extern struct nd_defrouter *defrtrlist_update(struct nd_defrouter *, 930 extern void defrtrlist_del(struct nd_defrouter *, struct nd_drhead *); 931 extern int defrtrlist_add_static(struct nd_defrouter *); [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() 168 struct nd_defrouter *__single dr = NULL; in nd6_rti_delreq() 169 struct nd_defrouter *__single ndr = NULL; in nd6_rti_delreq()
|
| H A D | nd6_rtr.c | 97 static void defrouter_addreq(struct nd_defrouter *, struct nd_route_info *, boolean_t); 98 static struct nd_defrouter *defrtrlist_update_common(struct nd_defrouter *, 100 static void pfxrtr_add(struct nd_prefix *, struct nd_defrouter *); 113 static struct nd_defrouter *nddr_alloc(zalloc_flags_t); 114 static void nddr_free(struct nd_defrouter *); 115 static void nddr_trace(struct nd_defrouter *, int); 187 struct nd_defrouter nddr_dr; /* nd_defrouter */ 198 ZONE_DECLARE(nddr_zone, struct nd_defrouter); 221 vm_size_t nddr_size = (nddr_debug == 0) ? sizeof(struct nd_defrouter) : in nd6_defrouter_glb_init() 355 struct nd_defrouter *dr = NULL; in nd6_ra_input() [all …]
|
| H A D | nd6.c | 1171 struct nd_defrouter *__single dr = NULL; in nd6_service_expired_default_router() 1172 struct nd_defrouter *__single ndr = NULL; in nd6_service_expired_default_router() 1283 struct nd_defrouter *__single dr = NULL; in nd6_service_expired_route_info() 1284 struct nd_defrouter *__single ndr = NULL; in nd6_service_expired_route_info() 2035 struct nd_defrouter *__single dr = NULL; in nd6_purge_interface_default_routers() 2036 struct nd_defrouter *__single ndr = NULL; in nd6_purge_interface_default_routers() 2164 struct nd_defrouter *__single dr = NULL; in nd6_purge_interface_rti_entries() 2165 struct nd_defrouter *__single ndr = NULL; in nd6_purge_interface_rti_entries() 2613 struct nd_defrouter *__single dr = NULL; in nd6_free() 3096 struct nd_defrouter *__single dr; in nd6_ioctl() [all …]
|
| H A D | in6_src.c | 289 struct nd_defrouter *__single dr = NULL; in in6_selectsrc_core()
|
| H A D | nd6_nbr.c | 1316 struct nd_defrouter *__single dr; in nd6_na_input()
|