Searched refs:hint0 (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.41.9/bsd/netinet6/ |
| H A D | nd6.c | 4069 struct sockaddr_in6 *dst, struct rtentry *hint0, struct flowadv *adv) in nd6_output() argument 4071 return nd6_output_list(ifp, origifp, m0, dst, hint0, adv); in nd6_output() 4083 struct sockaddr_in6 *dst, struct rtentry *hint0, struct flowadv *adv) in nd6_output_list() argument 4085 struct rtentry *rt = hint0, *hint = hint0; in nd6_output_list() 4325 if (rt == hint0) { in nd6_output_list() 4489 if (rt == hint0) { in nd6_output_list() 4576 if (rt == hint0) { in nd6_output_list() 4587 if (rtrele == hint0) { in nd6_output_list()
|
| /xnu-8792.41.9/bsd/net/ |
| H A D | route.c | 4119 route_to_gwroute(const struct sockaddr *net_dest, struct rtentry *hint0, in route_to_gwroute() argument 4123 struct rtentry *rt = hint0, *hint = hint0; in route_to_gwroute() 4271 if (hint == hint0) { in route_to_gwroute() 4307 if (rt == hint0) { in route_to_gwroute()
|