Home
last modified time | relevance | path

Searched refs:RTF_IFSCOPE (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.41.6/tools/lldbmacros/
H A Droutedefines.py23 RTF_IFSCOPE = 0x1000000 variable
H A Dnet.py784 if (rt.rt_flags & RTF_IFSCOPE):
/xnu-12377.41.6/bsd/net/
H A Droute.c526 return SA_DEFAULT(dst) && !(rt->rt_flags & RTF_IFSCOPE); in rt_primary_default()
901 if (!(rt->rt_flags & RTF_IFSCOPE) || (af != AF_INET && af != AF_INET6)) { in rn_match_ifscope()
1691 return ifa_ifwithroute_common_locked((flags & ~RTF_IFSCOPE), dst, in ifa_ifwithroute_locked()
1700 flags |= RTF_IFSCOPE; in ifa_ifwithroute_scoped_locked()
1702 flags &= ~RTF_IFSCOPE; in ifa_ifwithroute_scoped_locked()
1734 flags |= RTF_IFSCOPE; in ifa_ifwithroute_common_locked()
1736 flags &= ~RTF_IFSCOPE; in ifa_ifwithroute_common_locked()
1779 if ((flags & RTF_IFSCOPE) != 0 && ifscope != IFSCOPE_NONE) { in ifa_ifwithroute_common_locked()
1850 if ((flags & RTF_IFSCOPE) && in ifa_ifwithroute_common_locked()
1882 (flags & ~RTF_IFSCOPE), ret_nrt, IFSCOPE_NONE); in rtrequest_locked()
[all …]
H A Droute.h119 #define RTF_IFSCOPE 0x1000000 /* has valid interface scope */ macro
H A Drtsock.c473 if (RTM->rtm_flags & RTF_IFSCOPE) { in route_output()
/xnu-12377.41.6/tests/
H A Dnet_test_lib.c743 rtmsg.hdr.rtm_flags |= RTF_IFSCOPE; in IPv4RouteApply()
/xnu-12377.41.6/tests/skywalk/
H A Dskywalk_test_common.c2129 rtmsg.hdr.rtm_flags |= RTF_IFSCOPE; in IPv4RouteApply()