Home
last modified time | relevance | path

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

/xnu-8792.41.9/tools/lldbmacros/
H A Droutedefines.py26 RTF_PROXY = 0x8000000 variable
H A Dnet.py804 if (rt.rt_flags & RTF_PROXY):
/xnu-8792.41.9/bsd/net/
H A Droute.h125 #define RTF_PROXY 0x8000000 /* proxying, no interface scope */ macro
H A Droute.c2169 (rt->rt_flags & RTF_PROXY)) { in rtrequest_common_locked()
3750 rt->rt_flags |= RTF_PROXY; in rt_set_proxy()
3752 rt->rt_flags &= ~RTF_PROXY; in rt_set_proxy()
H A Drtsock.c466 if (rtm->rtm_flags & RTF_PROXY) { in route_output()
/xnu-8792.41.9/bsd/netinet6/
H A Dnd6_prproxy.c541 ours = (rt->rt_flags & RTF_PROXY) ? TRUE : FALSE; in nd6_prproxy_isours()
568 if (!(rt->rt_flags & RTF_PROXY) || rt->rt_ifp == ifp) { in nd6_proxy_find_fwdroute()
645 if (rt->rt_ifp != fwd_ifp || !(rt->rt_flags & RTF_PROXY)) { in nd6_proxy_find_fwdroute()
670 if (!(rt->rt_flags & RTF_PROXY)) { in nd6_proxy_find_fwdroute()
H A Dip6_forward.c173 (rt = ip6forward_rt->ro_rt) != NULL && (rt->rt_flags & RTF_PROXY)) { in ip6_forward()
H A Din6_src.c1259 (route->ro_rt->rt_flags & (RTF_UP | RTF_PROXY)) == in selectroute()
1260 (RTF_UP | RTF_PROXY)) { in selectroute()
H A Dnd6.c2455 !(rt->rt_flags & RTF_PROXY))) { in nd6_lookup()
4431 if (rt->rt_flags & RTF_PROXY) { in nd6_output_list()