Home
last modified time | relevance | path

Searched refs:defrtrlist_update (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/netinet6/
H A Dnd6_rti.c112 (void)defrtrlist_update(dr, &rti->nd_rti_router_list); in nd6_rtilist_update()
126 (void)defrtrlist_update(dr, &rti->nd_rti_router_list); in nd6_rtilist_update()
H A Dnd6.h957 extern struct nd_defrouter *defrtrlist_update(struct nd_defrouter *,
H A Dnd6_rtr.c629 dr = defrtrlist_update(&dr0, NULL); in nd6_ra_input()
671 dr = defrtrlist_update(&dr0, NULL); in nd6_ra_input()
1472 dr = defrtrlist_update(new, NULL); in defrtrlist_add_static()
2210 defrtrlist_update(struct nd_defrouter *new, struct nd_drhead *nd_router_list) in defrtrlist_update() function