Searched refs:hint0 (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.41.6/bsd/netinet6/ |
| H A D | nd6.c | 3870 struct sockaddr_in6 *dst, struct rtentry *hint0, struct flowadv *adv) in nd6_output() argument 3872 return nd6_output_list(ifp, origifp, m0, dst, hint0, adv); in nd6_output() 3884 struct sockaddr_in6 *dst, struct rtentry *hint0, struct flowadv *adv) in nd6_output_list() argument 3886 rtentry_ref_t rt = hint0, hint = hint0; in nd6_output_list() 4132 if (rt == hint0) { in nd6_output_list() 4297 if (rt == hint0) { in nd6_output_list() 4387 if (rt == hint0) { in nd6_output_list() 4398 if (rtrele == hint0) { in nd6_output_list()
|
| /xnu-12377.41.6/bsd/net/ |
| H A D | route.c | 4215 route_to_gwroute(const struct sockaddr *net_dest, struct rtentry *hint0, in route_to_gwroute() argument 4219 rtentry_ref_t rt = hint0; in route_to_gwroute() 4220 rtentry_ref_t hint = hint0; in route_to_gwroute() 4368 if (hint == hint0) { in route_to_gwroute() 4404 if (rt == hint0) { in route_to_gwroute()
|