Home
last modified time | relevance | path

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

/xnu-11417.101.15/tools/lldbmacros/
H A Droutedefines.py23 RTF_IFSCOPE = 0x1000000 variable
H A Dnet.py831 if (rt.rt_flags & RTF_IFSCOPE):
/xnu-11417.101.15/bsd/net/
H A Droute.c525 return SA_DEFAULT(dst) && !(rt->rt_flags & RTF_IFSCOPE); in rt_primary_default()
900 if (!(rt->rt_flags & RTF_IFSCOPE) || (af != AF_INET && af != AF_INET6)) { in rn_match_ifscope()
1690 return ifa_ifwithroute_common_locked((flags & ~RTF_IFSCOPE), dst, in ifa_ifwithroute_locked()
1699 flags |= RTF_IFSCOPE; in ifa_ifwithroute_scoped_locked()
1701 flags &= ~RTF_IFSCOPE; in ifa_ifwithroute_scoped_locked()
1733 flags |= RTF_IFSCOPE; in ifa_ifwithroute_common_locked()
1735 flags &= ~RTF_IFSCOPE; in ifa_ifwithroute_common_locked()
1778 if ((flags & RTF_IFSCOPE) != 0 && ifscope != IFSCOPE_NONE) { in ifa_ifwithroute_common_locked()
1849 if ((flags & RTF_IFSCOPE) && in ifa_ifwithroute_common_locked()
1881 (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.c472 if (RTM->rtm_flags & RTF_IFSCOPE) { in route_output()
/xnu-11417.101.15/tests/
H A Dnet_test_lib.c717 rtmsg.hdr.rtm_flags |= RTF_IFSCOPE; in IPv4RouteApply()
/xnu-11417.101.15/tests/skywalk/
H A Dskywalk_test_common.c2129 rtmsg.hdr.rtm_flags |= RTF_IFSCOPE; in IPv4RouteApply()