Lines Matching refs:rt_gateway
2242 if (rt->rt_gateway != NULL && in nd6_purge_interface_llinfo()
2243 rt->rt_gateway->sa_family == AF_LINK && in nd6_purge_interface_llinfo()
2244 SDL(rt->rt_gateway)->sdl_index == ifp->if_index) { in nd6_purge_interface_llinfo()
2462 rt->rt_gateway->sa_family != AF_LINK || rt->rt_llinfo == NULL || in nd6_lookup()
2697 struct sockaddr *gate = rt->rt_gateway; in nd6_rtrequest()
2809 gate = rt->rt_gateway; in nd6_rtrequest()
3789 if (rt->rt_gateway == NULL) { in nd6_cache_lladdr()
3792 if (rt->rt_gateway->sa_family != AF_LINK) { in nd6_cache_lladdr()
3795 sdl = SDL(rt->rt_gateway); in nd6_cache_lladdr()
4191 gw6 = *(SIN6(rt->rt_gateway)); in nd6_output_list()
4231 !equal(SA(&gw6), rt->rt_gateway)) { in nd6_output_list()
4678 if (rt->rt_gateway->sa_family != AF_LINK) { in nd6_storelladdr()
4683 sdl = SDL(rt->rt_gateway); in nd6_storelladdr()
4778 if (route->rt_gateway->sa_family != AF_LINK) { in nd6_lookup_ipv6()
4786 sdl = SDL(route->rt_gateway); in nd6_lookup_ipv6()