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))))
3727 (RTF_NOIFREF | RTF_BROADCAST | RTF_MULTICAST)) && in rt_set_idleref()
22 RTF_MULTICAST = 0x800000 variable
787 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()
646 if (rt->rt_flags & RTF_MULTICAST) { in udp6_output()
830 if ((rt->rt_flags & RTF_MULTICAST) || in rip6_output()
136 rt->rt_flags |= RTF_MULTICAST; in in_addroute()139 if (!(rt->rt_flags & (RTF_HOST | RTF_CLONING | RTF_MULTICAST))) { in in_addroute()
695 if ((rt->rt_flags & (RTF_MULTICAST | RTF_BROADCAST)) || in rip_output()
2105 if (rt->rt_flags & (RTF_MULTICAST | RTF_BROADCAST)) { in udp_output()