Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Droute.h118 #define RTF_MULTICAST 0x800000 /* route represents a mcast address */ macro
141 ((rt)->rt_flags & (RTF_MULTICAST | RTF_BROADCAST))))
H A Droute.c3828 (RTF_NOIFREF | RTF_BROADCAST | RTF_MULTICAST)) && in rt_set_idleref()
/xnu-12377.41.6/tools/lldbmacros/
H A Droutedefines.py22 RTF_MULTICAST = 0x800000 variable
H A Dnet.py778 if (rt.rt_flags & RTF_MULTICAST):
/xnu-12377.41.6/bsd/netinet6/
H A Din6_rmx.c192 rt->rt_flags |= RTF_MULTICAST; in in6_addroute()
195 if (!(rt->rt_flags & (RTF_HOST | RTF_CLONING | RTF_MULTICAST))) { in in6_addroute()
H A Dudp6_output.c680 if (rt->rt_flags & RTF_MULTICAST) { in udp6_output()
H A Draw_ip6.c845 if ((rt->rt_flags & RTF_MULTICAST) || in rip6_output()
/xnu-12377.41.6/bsd/netinet/
H A Din_rmx.c137 rt->rt_flags |= RTF_MULTICAST; in in_addroute()
140 if (!(rt->rt_flags & (RTF_HOST | RTF_CLONING | RTF_MULTICAST))) { in in_addroute()
H A Draw_ip.c701 if ((rt->rt_flags & (RTF_MULTICAST | RTF_BROADCAST)) || in rip_output()
H A Dudp_usrreq.c2175 if (rt->rt_flags & (RTF_MULTICAST | RTF_BROADCAST)) { in udp_output()