Home
last modified time | relevance | path

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

/xnu-8020.140.41/tools/lldbmacros/
H A Droutedefines.py22 RTF_MULTICAST = 0x800000 variable
H A Dnet.py790 if (rt.rt_flags & RTF_MULTICAST):
/xnu-8020.140.41/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.c638 if (rt->rt_flags & RTF_MULTICAST) { in udp6_output()
H A Draw_ip6.c816 if ((rt->rt_flags & RTF_MULTICAST) || in rip6_output()
/xnu-8020.140.41/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.c661 if ((rt->rt_flags & (RTF_MULTICAST | RTF_BROADCAST)) || in rip_output()
H A Dudp_usrreq.c2049 if (rt->rt_flags & (RTF_MULTICAST | RTF_BROADCAST)) { in udp_output()
/xnu-8020.140.41/bsd/net/
H A Droute.h316 #define RTF_MULTICAST 0x800000 /* route represents a mcast address */ macro
H A Droute.c3713 (RTF_NOIFREF | RTF_BROADCAST | RTF_MULTICAST)) && in rt_set_idleref()