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

/xnu-2782.1.97/tools/lldbmacros/
H A Droutedefines.py26 RTF_PROXY = 0x8000000 variable
H A Dnet.py684 if (rt.rt_flags & RTF_PROXY):
/xnu-2782.1.97/bsd/netinet6/
H A Dnd6_prproxy.c64 * routes with the RTF_PROXY flag, which serves as an indication that the
72 * The setting and clearing of RTF_PROXY flag, as well as the entering and
276 * i.e. either set or clear RTF_PROXY on the cloning prefix route; all route
446 * RTF_PROXY; i.e. nd6_need_cache() needs to return
580 ours = (rt->rt_flags & RTF_PROXY) ? TRUE : FALSE;
605 if (!(rt->rt_flags & RTF_PROXY) || rt->rt_ifp == ifp) {
680 if (rt->rt_ifp != fwd_ifp || !(rt->rt_flags & RTF_PROXY)) {
705 if (!(rt->rt_flags & RTF_PROXY)) {
729 * routing (RTF_PROXY) and interface (all-multicast) related operations on
H A Dip6_forward.c155 (rt = ip6forward_rt->ro_rt) != NULL && (rt->rt_flags & RTF_PROXY)) {
H A Din6_src.c990 (route->ro_rt->rt_flags & (RTF_UP|RTF_PROXY)) ==
991 (RTF_UP|RTF_PROXY)) {
H A Dnd6.c1767 * hence the test for RTF_PROXY.
1772 !(rt->rt_flags & RTF_PROXY))) {
3536 if (rt->rt_flags & RTF_PROXY)
/xnu-2782.1.97/bsd/net/
H A Droute.h254 #define RTF_PROXY 0x8000000 /* proxying, no interface scope */ macro
H A Droute.c1921 * from a RTF_PROXY route. For the latter, the clone
1922 * gets to keep the RTF_PROXY flag.
1926 (rt->rt_flags & RTF_PROXY)) {
3329 rt->rt_flags |= RTF_PROXY;
3331 rt->rt_flags &= ~RTF_PROXY;
H A Drtsock.c425 * RTF_PROXY can only be set internally from within the kernel.
427 if (rtm->rtm_flags & RTF_PROXY)

Completed in 112 milliseconds