Searched refs:IFF_MULTICAST (Results 1 - 10 of 10) sorted by relevance

/external/strace/xlat/
H A Diffflags.h40 #if defined(IFF_MULTICAST) || (defined(HAVE_DECL_IFF_MULTICAST) && HAVE_DECL_IFF_MULTICAST)
41 XLAT(IFF_MULTICAST),
/external/libpcap/Win32/Include/net/
H A Dif.h98 #define IFF_MULTICAST 0x8000 /* supports multicast */
104 IFF_SIMPLEX|IFF_MULTICAST|IFF_ALLMULTI)
/external/libnl/include/linux/
H A Dif_bad.h41 #define IFF_MULTICAST 0x1000 /* Supports multicast */ macro
/external/iproute2/include/linux/
H A Dif.h45 #define IFF_MULTICAST 0x1000 /* Supports multicast */ macro
/external/kernel-headers/original/uapi/linux/
H A Dif.h45 #define IFF_MULTICAST 0x1000 /* Supports multicast */ macro
/external/iproute2/ip/
H A Diplink.c340 req->i.ifi_change |= IFF_MULTICAST;
342 req->i.ifi_flags |= IFF_MULTICAST;
344 req->i.ifi_flags &= ~IFF_MULTICAST;
828 mask |= IFF_MULTICAST;
830 flags |= IFF_MULTICAST;
832 flags &= ~IFF_MULTICAST;
/external/iputils/
H A Drdisc.c1044 if ((interfaces[i].flags & (IFF_BROADCAST|IFF_POINTOPOINT|IFF_MULTICAST)) == 0)
1166 if ((ifreq.ifr_flags & (IFF_MULTICAST|IFF_BROADCAST|IFF_POINTOPOINT)) == 0)
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_pan.c356 ifr.ifr_flags |= IFF_MULTICAST;
/external/libnl/lib/route/
H A Dlink.c38 * - IFF_MULTICAST
50 * IFF_MULTICAST Indicates this link allows multicasting
1027 __ADD(IFF_MULTICAST, multicast)
/external/dhcpcd/
H A Ddhcpcd.c789 if (!(iface->flags & (IFF_POINTOPOINT | IFF_LOOPBACK | IFF_MULTICAST)))

Completed in 776 milliseconds