Lines Matching refs:rt_gateway
2203 if (rt->rt_gateway != NULL && in nd6_purge_interface_llinfo()
2204 rt->rt_gateway->sa_family == AF_LINK && in nd6_purge_interface_llinfo()
2205 SDL(rt->rt_gateway)->sdl_index == ifp->if_index) { in nd6_purge_interface_llinfo()
2411 rt->rt_gateway->sa_family != AF_LINK || rt->rt_llinfo == NULL || in nd6_lookup()
2646 struct sockaddr *gate = rt->rt_gateway; in nd6_rtrequest()
2746 gate = rt->rt_gateway; in nd6_rtrequest()
3723 if (rt->rt_gateway == NULL) { in nd6_cache_lladdr()
3726 if (rt->rt_gateway->sa_family != AF_LINK) { in nd6_cache_lladdr()
3729 sdl = SDL(rt->rt_gateway); in nd6_cache_lladdr()
4117 gw6 = *(SIN6(rt->rt_gateway)); in nd6_output_list()
4157 !equal(SA(&gw6), rt->rt_gateway)) { in nd6_output_list()
4605 if (rt->rt_gateway->sa_family != AF_LINK) { in nd6_storelladdr()
4610 sdl = SDL(rt->rt_gateway); in nd6_storelladdr()
4705 if (route->rt_gateway->sa_family != AF_LINK) { in nd6_lookup_ipv6()
4713 sdl = SDL(route->rt_gateway); in nd6_lookup_ipv6()