Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/net/
H A Droute.c467 return SA_DEFAULT(dst) && !(rt->rt_flags & RTF_IFSCOPE); in rt_primary_default()
842 if (!(rt->rt_flags & RTF_IFSCOPE) || (af != AF_INET && af != AF_INET6)) { in rn_match_ifscope()
1632 return ifa_ifwithroute_common_locked((flags & ~RTF_IFSCOPE), dst, in ifa_ifwithroute_locked()
1641 flags |= RTF_IFSCOPE; in ifa_ifwithroute_scoped_locked()
1643 flags &= ~RTF_IFSCOPE; in ifa_ifwithroute_scoped_locked()
1675 flags |= RTF_IFSCOPE; in ifa_ifwithroute_common_locked()
1677 flags &= ~RTF_IFSCOPE; in ifa_ifwithroute_common_locked()
1720 if ((flags & RTF_IFSCOPE) != 0 && ifscope != IFSCOPE_NONE) { in ifa_ifwithroute_common_locked()
1791 if ((flags & RTF_IFSCOPE) && in ifa_ifwithroute_common_locked()
1823 (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.c447 if (rtm->rtm_flags & RTF_IFSCOPE) { in route_output()
/xnu-10063.101.15/tools/lldbmacros/
H A Droutedefines.py23 RTF_IFSCOPE = 0x1000000 variable
H A Dnet.py793 if (rt.rt_flags & RTF_IFSCOPE):
/xnu-10063.101.15/tests/
H A Dnet_bridge.c535 rtmsg.hdr.rtm_flags |= RTF_IFSCOPE; in IPv4RouteApply()