Searched refs:IFF_MULTICAST (Results 1 – 9 of 9) sorted by relevance
309 req->i.ifi_change |= IFF_MULTICAST; in iplink_parse()311 req->i.ifi_flags |= IFF_MULTICAST; in iplink_parse()313 req->i.ifi_flags &= ~IFF_MULTICAST; in iplink_parse()739 mask |= IFF_MULTICAST; in do_set()741 flags |= IFF_MULTICAST; in do_set()743 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" },
320 ifr.ifr_flags |= IFF_MULTICAST; in tap_if_up()
167 public static final int IFF_MULTICAST = placeholder(); field in OsConstants
789 if (!(iface->flags & (IFF_POINTOPOINT | IFF_LOOPBACK | IFF_MULTICAST))) in configure_interface1()