Home
last modified time | relevance | path

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

/xnu-10063.101.15/tools/lldbmacros/
H A Droutedefines.py26 RTF_PROXY = 0x8000000 variable
H A Dnet.py799 if (rt.rt_flags & RTF_PROXY):
/xnu-10063.101.15/bsd/net/
H A Droute.h122 #define RTF_PROXY 0x8000000 /* proxying, no interface scope */ macro
H A Droute.c2178 (rt->rt_flags & RTF_PROXY)) { in rtrequest_common_locked()
3767 rt->rt_flags |= RTF_PROXY; in rt_set_proxy()
3769 rt->rt_flags &= ~RTF_PROXY; in rt_set_proxy()
H A Drtsock.c495 if (rtm->rtm_flags & RTF_PROXY) { in route_output()
/xnu-10063.101.15/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.c175 (rt = ip6forward_rt->ro_rt) != NULL && (rt->rt_flags & RTF_PROXY)) { in ip6_forward()
H A Din6_src.c1344 (route->ro_rt->rt_flags & (RTF_UP | RTF_PROXY)) == in selectroute()
1345 (RTF_UP | RTF_PROXY)) { in selectroute()
H A Dnd6.c2465 !(rt->rt_flags & RTF_PROXY))) { in nd6_lookup()
4441 if (rt->rt_flags & RTF_PROXY) { in nd6_output_list()