Searched refs:RTF_PROXY (Results 1 – 9 of 9) sorted by relevance
26 RTF_PROXY = 0x8000000 variable
790 if (rt.rt_flags & RTF_PROXY):
122 #define RTF_PROXY 0x8000000 /* proxying, no interface scope */ macro
2237 (rt->rt_flags & RTF_PROXY)) { in rtrequest_common_locked()3868 rt->rt_flags |= RTF_PROXY; in rt_set_proxy()3870 rt->rt_flags &= ~RTF_PROXY; in rt_set_proxy()
521 if (RTM->rtm_flags & RTF_PROXY) { in route_output()
542 ours = (rt->rt_flags & RTF_PROXY) ? TRUE : FALSE; in nd6_prproxy_isours()569 if (!(rt->rt_flags & RTF_PROXY) || rt->rt_ifp == ifp) { in nd6_proxy_find_fwdroute()646 if (rt->rt_ifp != fwd_ifp || !(rt->rt_flags & RTF_PROXY)) { in nd6_proxy_find_fwdroute()671 if (!(rt->rt_flags & RTF_PROXY)) { in nd6_proxy_find_fwdroute()
176 (rt = ip6forward_rt->ro_rt) != NULL && (rt->rt_flags & RTF_PROXY)) { in ip6_forward()
1352 (route->ro_rt->rt_flags & (RTF_UP | RTF_PROXY)) == in selectroute()1353 (RTF_UP | RTF_PROXY)) { in selectroute()
2479 !(rt->rt_flags & RTF_PROXY))) { in nd6_lookup()4239 if (rt->rt_flags & RTF_PROXY) { in nd6_output_list()