Home
last modified time | relevance | path

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

/xnu-8792.41.9/tools/lldbmacros/
H A Droutedefines.py22 RTF_MULTICAST = 0x800000 variable
H A Dnet.py792 if (rt.rt_flags & RTF_MULTICAST):
/xnu-8792.41.9/bsd/net/
H A Droute.h121 #define RTF_MULTICAST 0x800000 /* route represents a mcast address */ macro
H A Droute.c3710 (RTF_NOIFREF | RTF_BROADCAST | RTF_MULTICAST)) && in rt_set_idleref()
/xnu-8792.41.9/bsd/netinet6/
H A Din6_rmx.c190 rt->rt_flags |= RTF_MULTICAST; in in6_addroute()
193 if (!(rt->rt_flags & (RTF_HOST | RTF_CLONING | RTF_MULTICAST))) { in in6_addroute()
H A Dudp6_output.c639 if (rt->rt_flags & RTF_MULTICAST) { in udp6_output()
H A Draw_ip6.c827 if ((rt->rt_flags & RTF_MULTICAST) || in rip6_output()
/xnu-8792.41.9/bsd/netinet/
H A Din_rmx.c134 rt->rt_flags |= RTF_MULTICAST; in in_addroute()
137 if (!(rt->rt_flags & (RTF_HOST | RTF_CLONING | RTF_MULTICAST))) { in in_addroute()
H A Draw_ip.c671 if ((rt->rt_flags & (RTF_MULTICAST | RTF_BROADCAST)) || in rip_output()
H A Dudp_usrreq.c2058 if (rt->rt_flags & (RTF_MULTICAST | RTF_BROADCAST)) { in udp_output()