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

/darwin-on-arm/xnu/bsd/net/
H A Droute.c3330 route_to_gwroute(const struct sockaddr *net_dest, struct rtentry *hint0, argument
3334 struct rtentry *rt = hint0, *hint = hint0;
3352 * Care must be taken to ensure that the "hint0" route never gets freed
3477 /* Clean up "hint" now; see notes above regarding hint0 */
3478 if (hint == hint0)
3513 if (rt == hint0) {
/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6.c2930 struct sockaddr_in6 *dst, struct rtentry *hint0, struct flowadv *adv)
2933 struct rtentry *rt = hint0, *hint = hint0;
2959 * Care must be taken to ensure that the "hint0" route never gets freed
3166 /* Don't free "hint0" */
3167 if (rt == hint0)
3296 if (rt == hint0) {
3375 if (rt == hint0) {
3386 if (rtrele == hint0) {
2929 nd6_output(struct ifnet *ifp, struct ifnet *origifp, struct mbuf *m0, struct sockaddr_in6 *dst, struct rtentry *hint0, struct flowadv *adv) argument

Completed in 28 milliseconds