HomeSort by relevance Sort by last modified time
    Searched refs:IFF_MULTICAST (Results 1 - 12 of 12) sorted by null

  /external/libpcap/Win32/Include/net/
if.h 98 #define IFF_MULTICAST 0x8000 /* supports multicast */
104 IFF_SIMPLEX|IFF_MULTICAST|IFF_ALLMULTI)
  /external/libnl/include/linux/
if_bad.h 41 #define IFF_MULTICAST 0x1000 /* Supports multicast */
  /bionic/libc/kernel/uapi/linux/
if.h 44 #define IFF_MULTICAST 0x1000
  /development/ndk/platforms/android-3/include/linux/
if.h 36 #define IFF_MULTICAST 0x1000
  /development/ndk/platforms/android-L/include/linux/
if.h 44 #define IFF_MULTICAST 0x1000
  /external/iproute2/include/linux/
if.h 45 #define IFF_MULTICAST 0x1000 /* Supports multicast */
  /external/kernel-headers/original/uapi/linux/
if.h 45 #define IFF_MULTICAST 0x1000 /* Supports multicast */
  /external/iproute2/ip/
iplink.c 340 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/
rdisc.c 1044 if ((interfaces[i].flags & (IFF_BROADCAST|IFF_POINTOPOINT|IFF_MULTICAST)) == 0)
1166 if ((ifreq.ifr_flags & (IFF_MULTICAST|IFF_BROADCAST|IFF_POINTOPOINT)) == 0)
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_pan.c 356 ifr.ifr_flags |= IFF_MULTICAST;
  /external/libnl/lib/route/
link.c 38 * - IFF_MULTICAST
50 * IFF_MULTICAST Indicates this link allows multicasting
1027 __ADD(IFF_MULTICAST, multicast)
    [all...]
  /external/dhcpcd/
dhcpcd.c 789 if (!(iface->flags & (IFF_POINTOPOINT | IFF_LOOPBACK | IFF_MULTICAST)))
    [all...]

Completed in 1339 milliseconds