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))))
3825 (RTF_NOIFREF | RTF_BROADCAST | RTF_MULTICAST)) && in rt_set_idleref()
22 RTF_MULTICAST = 0x800000 variable
825 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()
679 if (rt->rt_flags & RTF_MULTICAST) { in udp6_output()
842 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()
704 if ((rt->rt_flags & (RTF_MULTICAST | RTF_BROADCAST)) || in rip_output()
2160 if (rt->rt_flags & (RTF_MULTICAST | RTF_BROADCAST)) { in udp_output()