Home
last modified time | relevance | path

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

/xnu-11215/bsd/net/
H A Droute.c1647 flags |= RTF_IFSCOPE; in ifa_ifwithroute_scoped_locked()
1649 flags &= ~RTF_IFSCOPE; in ifa_ifwithroute_scoped_locked()
1681 flags |= RTF_IFSCOPE; in ifa_ifwithroute_common_locked()
1683 flags &= ~RTF_IFSCOPE; in ifa_ifwithroute_common_locked()
1838 flags |= RTF_IFSCOPE; in rtrequest_scoped_locked()
1840 flags &= ~RTF_IFSCOPE; in rtrequest_scoped_locked()
1930 flags |= RTF_IFSCOPE; in rtrequest_common_locked()
1938 flags &= ~RTF_IFSCOPE; in rtrequest_common_locked()
1955 flags |= RTF_IFSCOPE; in rtrequest_common_locked()
2186 flags &= ~RTF_IFSCOPE; in rtrequest_common_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-11215/tools/lldbmacros/
H A Droutedefines.py23 RTF_IFSCOPE = 0x1000000 variable
H A Dnet.py831 if (rt.rt_flags & RTF_IFSCOPE):
/xnu-11215/tests/
H A Dnet_test_lib.c717 rtmsg.hdr.rtm_flags |= RTF_IFSCOPE; in IPv4RouteApply()
/xnu-11215/tests/skywalk/
H A Dskywalk_test_common.c2129 rtmsg.hdr.rtm_flags |= RTF_IFSCOPE; in IPv4RouteApply()