Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet6/
H A Dnd6_rti.c103 nd6_rtilist_update(struct nd_route_info *new_rti, struct nd_defrouter *dr) in nd6_rtilist_update() argument
108 VERIFY(new_rti != NULL && dr != NULL); in nd6_rtilist_update()
111 if ((rti = nd6_rti_lookup(new_rti)) != NULL) { in nd6_rtilist_update()
124 rti->nd_rti_prefix = new_rti->nd_rti_prefix; in nd6_rtilist_update()
125 rti->nd_rti_prefixlen = new_rti->nd_rti_prefixlen; in nd6_rtilist_update()
135 nd6_rti_purge(struct nd_route_info *new_rti) in nd6_rti_purge() argument
137 VERIFY(new_rti != NULL); in nd6_rti_purge()
143 if ((rti = nd6_rti_lookup(new_rti)) != NULL) { in nd6_rti_purge()