Home
last modified time | relevance | path

Searched refs:RTF_PROXY (Results 1 – 9 of 9) sorted by relevance

/xnu-12377.41.6/tools/lldbmacros/
H A Droutedefines.py26 RTF_PROXY = 0x8000000 variable
H A Dnet.py790 if (rt.rt_flags & RTF_PROXY):
/xnu-12377.41.6/bsd/net/
H A Droute.h122 #define RTF_PROXY 0x8000000 /* proxying, no interface scope */ macro
H A Droute.c2237 (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()
H A Drtsock.c521 if (RTM->rtm_flags & RTF_PROXY) { in route_output()
/xnu-12377.41.6/bsd/netinet6/
H A Dnd6_prproxy.c542 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()
H A Dip6_forward.c176 (rt = ip6forward_rt->ro_rt) != NULL && (rt->rt_flags & RTF_PROXY)) { in ip6_forward()
H A Din6_src.c1352 (route->ro_rt->rt_flags & (RTF_UP | RTF_PROXY)) == in selectroute()
1353 (RTF_UP | RTF_PROXY)) { in selectroute()
H A Dnd6.c2479 !(rt->rt_flags & RTF_PROXY))) { in nd6_lookup()
4239 if (rt->rt_flags & RTF_PROXY) { in nd6_output_list()