Home
last modified time | relevance | path

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

/xnu-8792.41.9/tools/lldbmacros/
H A Droutedefines.py23 RTF_IFSCOPE = 0x1000000 variable
H A Dnet.py798 if (rt.rt_flags & RTF_IFSCOPE):
/xnu-8792.41.9/bsd/net/
H A Droute.c465 return SA_DEFAULT(dst) && !(rt->rt_flags & RTF_IFSCOPE); in rt_primary_default()
839 if (!(rt->rt_flags & RTF_IFSCOPE) || (af != AF_INET && af != AF_INET6)) { in rn_match_ifscope()
1628 return ifa_ifwithroute_common_locked((flags & ~RTF_IFSCOPE), dst, in ifa_ifwithroute_locked()
1637 flags |= RTF_IFSCOPE; in ifa_ifwithroute_scoped_locked()
1639 flags &= ~RTF_IFSCOPE; in ifa_ifwithroute_scoped_locked()
1671 flags |= RTF_IFSCOPE; in ifa_ifwithroute_common_locked()
1673 flags &= ~RTF_IFSCOPE; in ifa_ifwithroute_common_locked()
1782 if ((flags & RTF_IFSCOPE) && in ifa_ifwithroute_common_locked()
1814 (flags & ~RTF_IFSCOPE), ret_nrt, IFSCOPE_NONE); in rtrequest_locked()
1823 flags |= RTF_IFSCOPE; in rtrequest_scoped_locked()
[all …]
H A Droute.h122 #define RTF_IFSCOPE 0x1000000 /* has valid interface scope */ macro
H A Drtsock.c438 if (rtm->rtm_flags & RTF_IFSCOPE) { in route_output()
/xnu-8792.41.9/tests/
H A Dnet_bridge.c632 rtmsg.hdr.rtm_flags |= RTF_IFSCOPE; in IPv4RouteApply()