Searched refs:RTF_MULTICAST (Results 1 – 10 of 10) sorted by relevance
22 RTF_MULTICAST = 0x800000 variable
790 if (rt.rt_flags & RTF_MULTICAST):
190 rt->rt_flags |= RTF_MULTICAST; in in6_addroute()193 if (!(rt->rt_flags & (RTF_HOST | RTF_CLONING | RTF_MULTICAST))) { in in6_addroute()
638 if (rt->rt_flags & RTF_MULTICAST) { in udp6_output()
816 if ((rt->rt_flags & RTF_MULTICAST) || in rip6_output()
134 rt->rt_flags |= RTF_MULTICAST; in in_addroute()137 if (!(rt->rt_flags & (RTF_HOST | RTF_CLONING | RTF_MULTICAST))) { in in_addroute()
661 if ((rt->rt_flags & (RTF_MULTICAST | RTF_BROADCAST)) || in rip_output()
2049 if (rt->rt_flags & (RTF_MULTICAST | RTF_BROADCAST)) { in udp_output()
316 #define RTF_MULTICAST 0x800000 /* route represents a mcast address */ macro
3713 (RTF_NOIFREF | RTF_BROADCAST | RTF_MULTICAST)) && in rt_set_idleref()