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

/xnu-2782.1.97/tools/lldbmacros/
H A Droutedefines.py23 RTF_IFSCOPE = 0x1000000 variable
H A Dnet.py678 if (rt.rt_flags & RTF_IFSCOPE):
/xnu-2782.1.97/bsd/net/
H A Droute.c149 * RTF_BROADCAST, RTF_MULTICAST, RTF_IFSCOPE, RTF_IFREF.
463 return (SA_DEFAULT(dst) && !(rt->rt_flags & RTF_IFSCOPE));
800 if (!(rt->rt_flags & RTF_IFSCOPE) || (af != AF_INET && af != AF_INET6))
1483 return (ifa_ifwithroute_common_locked((flags & ~RTF_IFSCOPE), dst,
1492 flags |= RTF_IFSCOPE;
1494 flags &= ~RTF_IFSCOPE;
1615 if ((flags & RTF_IFSCOPE) &&
1637 (flags & ~RTF_IFSCOPE), ret_nrt, IFSCOPE_NONE));
1646 flags |= RTF_IFSCOPE;
1648 flags &= ~RTF_IFSCOPE;
[all...]
H A Droute.h251 #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

Completed in 23 milliseconds