Searched refs:IFF_MULTICAST (Results 1 – 9 of 9) sorted by relevance
340 req->i.ifi_change |= IFF_MULTICAST; in iplink_parse()342 req->i.ifi_flags |= IFF_MULTICAST; in iplink_parse()344 req->i.ifi_flags &= ~IFF_MULTICAST; in iplink_parse()828 mask |= IFF_MULTICAST; in do_set()830 flags |= IFF_MULTICAST; in do_set()832 flags &= ~IFF_MULTICAST; in do_set()
113 info.flags = IFF_UP|IFF_POINTOPOINT|IFF_MULTICAST; in tun_configure()
777 iff = IFF_POINTOPOINT | IFF_MULTICAST; in bundle_Create()
45 #define IFF_MULTICAST 0x1000 /* Supports multicast */ macro
63 { IFF_MULTICAST, "IFF_MULTICAST" },
1044 if ((interfaces[i].flags & (IFF_BROADCAST|IFF_POINTOPOINT|IFF_MULTICAST)) == 0) in sendmcast()1166 if ((ifreq.ifr_flags & (IFF_MULTICAST|IFF_BROADCAST|IFF_POINTOPOINT)) == 0) in initifs()
320 ifr.ifr_flags |= IFF_MULTICAST; in tap_if_up()
789 if (!(iface->flags & (IFF_POINTOPOINT | IFF_LOOPBACK | IFF_MULTICAST))) in configure_interface1()