HomeSort by relevance Sort by last modified time
    Searched defs:IFF_MULTICAST (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/libnl/include/linux-private/linux/
if_bad.h 40 #define IFF_MULTICAST 0x1000 /* Supports multicast */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
if.h 73 IFF_MULTICAST = 0x1000, /* Supports multicast. */
74 # define IFF_MULTICAST IFF_MULTICAST
  /device/linaro/bootloader/edk2/StdLib/Include/net/
if.h 96 #define IFF_MULTICAST 0x8000 /* supports multicast */
101 IFF_SIMPLEX|IFF_MULTICAST|IFF_ALLMULTI)
  /bionic/libc/kernel/uapi/linux/
if.h 46 IFF_MULTICAST = 1 << 12,
71 #define IFF_MULTICAST IFF_MULTICAST
  /external/iproute2/include/uapi/linux/
if.h 70 * @IFF_MULTICAST: Supports multicast. Can be toggled through sysfs.
94 IFF_MULTICAST = 1<<12, /* sysfs */
121 #define IFF_MULTICAST IFF_MULTICAST
  /external/kernel-headers/original/uapi/linux/
if.h 72 * @IFF_MULTICAST: Supports multicast. Can be toggled through sysfs.
96 IFF_MULTICAST = 1<<12, /* sysfs */
123 #define IFF_MULTICAST IFF_MULTICAST
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if.h 45 #define IFF_MULTICAST 0x1000 /* Supports multicast */
  /prebuilts/go/darwin-x86/src/syscall/
net_nacl.go 126 IFF_MULTICAST
types_windows.go 762 IFF_MULTICAST = 16
zerrors_darwin_386.go 289 IFF_MULTICAST = 0x8000
    [all...]
zerrors_darwin_amd64.go 289 IFF_MULTICAST = 0x8000
    [all...]
zerrors_darwin_arm.go 273 IFF_MULTICAST = 0x8000
    [all...]
zerrors_darwin_arm64.go 293 IFF_MULTICAST = 0x8000
    [all...]
zerrors_solaris_amd64.go 348 IFF_MULTICAST = 0x800
    [all...]
zerrors_dragonfly_amd64.go 350 IFF_MULTICAST = 0x8000
    [all...]
zerrors_freebsd_386.go 493 IFF_MULTICAST = 0x8000
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
net_nacl.go 126 IFF_MULTICAST
types_windows.go 762 IFF_MULTICAST = 16
zerrors_darwin_386.go 289 IFF_MULTICAST = 0x8000
    [all...]
zerrors_darwin_amd64.go 289 IFF_MULTICAST = 0x8000
    [all...]
zerrors_darwin_arm.go 273 IFF_MULTICAST = 0x8000
    [all...]
zerrors_darwin_arm64.go 293 IFF_MULTICAST = 0x8000
    [all...]
zerrors_solaris_amd64.go 348 IFF_MULTICAST = 0x800
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2tcpip.h 154 #define IFF_MULTICAST 0x00000010
  /libcore/luni/src/main/java/android/system/
OsConstants.java 301 public static final int IFF_MULTICAST = placeholder();
    [all...]

Completed in 168 milliseconds

1 2 3