Searched refs:RTF_MULTICAST (Results 1 – 10 of 10) sorted by relevance
118 #define RTF_MULTICAST 0x800000 /* route represents a mcast address */ macro141 ((rt)->rt_flags & (RTF_MULTICAST | RTF_BROADCAST))))
3828 (RTF_NOIFREF | RTF_BROADCAST | RTF_MULTICAST)) && in rt_set_idleref()
22 RTF_MULTICAST = 0x800000 variable
778 if (rt.rt_flags & RTF_MULTICAST):
192 rt->rt_flags |= RTF_MULTICAST; in in6_addroute()195 if (!(rt->rt_flags & (RTF_HOST | RTF_CLONING | RTF_MULTICAST))) { in in6_addroute()
680 if (rt->rt_flags & RTF_MULTICAST) { in udp6_output()
845 if ((rt->rt_flags & RTF_MULTICAST) || in rip6_output()
137 rt->rt_flags |= RTF_MULTICAST; in in_addroute()140 if (!(rt->rt_flags & (RTF_HOST | RTF_CLONING | RTF_MULTICAST))) { in in_addroute()
701 if ((rt->rt_flags & (RTF_MULTICAST | RTF_BROADCAST)) || in rip_output()
2175 if (rt->rt_flags & (RTF_MULTICAST | RTF_BROADCAST)) { in udp_output()