Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet6/
H A Dnd6.c4004 struct sockaddr_in6 *dst, struct rtentry *hint0, struct flowadv *adv) in nd6_output() argument
4006 return nd6_output_list(ifp, origifp, m0, dst, hint0, adv); in nd6_output()
4018 struct sockaddr_in6 *dst, struct rtentry *hint0, struct flowadv *adv) in nd6_output_list() argument
4020 struct rtentry *rt = hint0, *hint = hint0; in nd6_output_list()
4260 if (rt == hint0) { in nd6_output_list()
4424 if (rt == hint0) { in nd6_output_list()
4511 if (rt == hint0) { in nd6_output_list()
4522 if (rtrele == hint0) { in nd6_output_list()
/xnu-8019.80.24/bsd/net/
H A Droute.c4102 route_to_gwroute(const struct sockaddr *net_dest, struct rtentry *hint0, in route_to_gwroute() argument
4106 struct rtentry *rt = hint0, *hint = hint0; in route_to_gwroute()
4254 if (hint == hint0) { in route_to_gwroute()
4290 if (rt == hint0) { in route_to_gwroute()