Home
last modified time | relevance | path

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

/xnu-8019.80.24/tools/lldbmacros/
H A Droutedefines.py23 RTF_IFSCOPE = 0x1000000 variable
H A Dnet.py785 if (rt.rt_flags & RTF_IFSCOPE):
/xnu-8019.80.24/bsd/net/
H A Droute.c469 return SA_DEFAULT(dst) && !(rt->rt_flags & RTF_IFSCOPE); in rt_primary_default()
843 if (!(rt->rt_flags & RTF_IFSCOPE) || (af != AF_INET && af != AF_INET6)) { in rn_match_ifscope()
1635 return ifa_ifwithroute_common_locked((flags & ~RTF_IFSCOPE), dst, in ifa_ifwithroute_locked()
1644 flags |= RTF_IFSCOPE; in ifa_ifwithroute_scoped_locked()
1646 flags &= ~RTF_IFSCOPE; in ifa_ifwithroute_scoped_locked()
1678 flags |= RTF_IFSCOPE; in ifa_ifwithroute_common_locked()
1680 flags &= ~RTF_IFSCOPE; in ifa_ifwithroute_common_locked()
1789 if ((flags & RTF_IFSCOPE) && in ifa_ifwithroute_common_locked()
1821 (flags & ~RTF_IFSCOPE), ret_nrt, IFSCOPE_NONE); in rtrequest_locked()
1830 flags |= RTF_IFSCOPE; in rtrequest_scoped_locked()
[all …]
H A Droute.h311 #define RTF_IFSCOPE 0x1000000 /* has valid interface scope */ macro
H A Drtsock.c442 if (rtm->rtm_flags & RTF_IFSCOPE) { in route_output()
/xnu-8019.80.24/tests/
H A Dnet_bridge.c631 rtmsg.hdr.rtm_flags |= RTF_IFSCOPE; in IPv4RouteApply()