Searched refs:RTF_MULTICAST (Results 1 - 10 of 10) sorted by relevance

/xnu-2782.1.97/tools/lldbmacros/
H A Droutedefines.py22 RTF_MULTICAST = 0x800000 variable
H A Dnet.py672 if (rt.rt_flags & RTF_MULTICAST):
/xnu-2782.1.97/bsd/netinet/
H A Din_rmx.c132 rt->rt_flags |= RTF_MULTICAST;
134 if (!(rt->rt_flags & (RTF_HOST | RTF_CLONING | RTF_MULTICAST)))
H A Draw_ip.c492 if ((rt->rt_flags & (RTF_MULTICAST|RTF_BROADCAST)) ||
H A Dudp_usrreq.c1658 if (rt->rt_flags & (RTF_MULTICAST|RTF_BROADCAST))
/xnu-2782.1.97/bsd/netinet6/
H A Din6_rmx.c190 rt->rt_flags |= RTF_MULTICAST;
192 if (!(rt->rt_flags & (RTF_HOST | RTF_CLONING | RTF_MULTICAST)))
H A Dudp6_output.c450 if (rt->rt_flags & RTF_MULTICAST)
H A Draw_ip6.c598 if ((rt->rt_flags & RTF_MULTICAST) ||
/xnu-2782.1.97/bsd/net/
H A Droute.h250 #define RTF_MULTICAST 0x800000 /* route represents a mcast address */ macro
H A Droute.c149 * RTF_BROADCAST, RTF_MULTICAST, RTF_IFSCOPE, RTF_IFREF.
3289 (RTF_NOIFREF|RTF_BROADCAST | RTF_MULTICAST)) &&

Completed in 57 milliseconds