Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/netinet6/
H A Dnd6_rti.c42 static struct nd_route_info *nd6_rti_lookup(struct nd_route_info *);
87 nd6_rti_lookup(struct nd_route_info *rti) in nd6_rti_lookup() function
111 if ((rti = nd6_rti_lookup(new_rti)) != NULL) { in nd6_rtilist_update()
143 if ((rti = nd6_rti_lookup(new_rti)) != NULL) { in nd6_rti_purge()
167 if ((ret_rti = nd6_rti_lookup(rti)) != NULL) { in nd6_rti_delreq()
193 if ((ret_rti = nd6_rti_lookup(rti)) != NULL) { in nd6_rti_select()