Searched refs:RTF_IFSCOPE (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Droutedefines.py23 RTF_IFSCOPE = 0x1000000 variable
H A Dnet.py678 if (rt.rt_flags & RTF_IFSCOPE):
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Droute.c150 * RTF_BROADCAST, RTF_MULTICAST, RTF_IFSCOPE, RTF_IFREF.
464 return (SA_DEFAULT(dst) && !(rt->rt_flags & RTF_IFSCOPE));
801 if (!(rt->rt_flags & RTF_IFSCOPE) || (af != AF_INET && af != AF_INET6))
1490 return (ifa_ifwithroute_common_locked((flags & ~RTF_IFSCOPE), dst,
1499 flags |= RTF_IFSCOPE;
1501 flags &= ~RTF_IFSCOPE;
1622 if ((flags & RTF_IFSCOPE) &&
1644 (flags & ~RTF_IFSCOPE), ret_nrt, IFSCOPE_NONE));
1653 flags |= RTF_IFSCOPE;
1655 flags &= ~RTF_IFSCOPE;
[all...]
H A Droute.h256 #define RTF_IFSCOPE 0x1000000 /* has valid interface scope */ macro
H A Drtsock.c415 * If RTF_IFSCOPE flag is set, then rtm_index specifies the scope.
417 if (rtm->rtm_flags & RTF_IFSCOPE) {
432 * a scoped request, it must be done explicitly by setting RTF_IFSCOPE
/macosx-10.9.5/bootp-268.1/bootplib/
H A Dinetroute.c155 if ((rtm->rtm_flags & RTF_IFSCOPE) == 0
H A Darp.c458 rtm->rtm_flags |= RTF_IFSCOPE;
/macosx-10.9.5/network_cmds-433/arp.tproj/
H A Darp.c482 if ((ifscope != 0) != (rtm->rtm_flags & RTF_IFSCOPE))
695 if ((rtm->rtm_flags & RTF_IFSCOPE))
764 if ((rtm->rtm_flags & RTF_IFSCOPE))
830 rtm->rtm_flags |= RTF_IFSCOPE;
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A Dhelper.c64 #ifndef RTF_IFSCOPE
65 #define RTF_IFSCOPE 0x1000000 macro
237 rtmsg.hdr.rtm_flags = RTF_HOST | RTF_STATIC | RTF_IFSCOPE;
285 rtmsg.hdr.rtm_flags = RTF_HOST | RTF_STATIC | RTF_IFSCOPE;
/macosx-10.9.5/network_cmds-433/netstat.tproj/
H A Droute.c118 { RTF_IFSCOPE, 'I' },
/macosx-10.9.5/configd-596.15/Plugins/IPMonitor/
H A Dip_plugin.c307 #ifdef RTF_IFSCOPE
310 #endif /* RTF_IFSCOPE */
744 #ifdef RTF_IFSCOPE
774 #endif /* RTF_IFSCOPE */
3317 #ifdef RTF_IFSCOPE
3329 rtmsg.hdr.rtm_flags |= RTF_IFSCOPE;
3330 #else /* RTF_IFSCOPE */
3332 #endif /* RTF_IFSCOPE */
3535 #ifdef RTF_IFSCOPE
3566 #endif /* RTF_IFSCOPE */
[all...]
/macosx-10.9.5/network_cmds-433/route.tproj/
H A Droute.c723 flags |= RTF_IFSCOPE;
1351 if (rtm->rtm_flags & RTF_IFSCOPE)
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCNetworkReachability.c1482 info->rtm->rtm_flags |= RTF_IFSCOPE;

Completed in 295 milliseconds