Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet6/
H A Dnd6.c3878 struct sockaddr_in6 *dst, struct rtentry *hint0, struct flowadv *adv) in nd6_output() argument
3880 return nd6_output_list(ifp, origifp, m0, dst, hint0, adv); in nd6_output()
3892 struct sockaddr_in6 *dst, struct rtentry *hint0, struct flowadv *adv) in nd6_output_list() argument
3894 rtentry_ref_t rt = hint0, hint = hint0; in nd6_output_list()
4140 if (rt == hint0) { in nd6_output_list()
4305 if (rt == hint0) { in nd6_output_list()
4395 if (rt == hint0) { in nd6_output_list()
4406 if (rtrele == hint0) { in nd6_output_list()
/xnu-12377.81.4/bsd/net/
H A Droute.c4217 route_to_gwroute(const struct sockaddr *net_dest, struct rtentry *hint0, in route_to_gwroute() argument
4221 rtentry_ref_t rt = hint0; in route_to_gwroute()
4222 rtentry_ref_t hint = hint0; in route_to_gwroute()
4370 if (hint == hint0) { in route_to_gwroute()
4406 if (rt == hint0) { in route_to_gwroute()