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

1 2 3

  /external/libnl/include/linux-private/linux/
if_bad.h 35 #define IFF_ALLMULTI 0x200 /* receive all multicast packets*/
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
if.h 65 IFF_ALLMULTI = 0x200, /* Receive all multicast packets. */
66 # define IFF_ALLMULTI IFF_ALLMULTI
  /device/linaro/bootloader/edk2/StdLib/Include/net/
if.h 89 #define IFF_ALLMULTI 0x200 /* receive all multicast packets */
101 IFF_SIMPLEX|IFF_MULTICAST|IFF_ALLMULTI)
  /bionic/libc/kernel/uapi/linux/
if.h 43 IFF_ALLMULTI = 1 << 9,
68 #define IFF_ALLMULTI IFF_ALLMULTI
  /external/iproute2/include/uapi/linux/
if.h 66 * @IFF_ALLMULTI: receive all multicast packets. Can be toggled through
91 IFF_ALLMULTI = 1<<9, /* sysfs */
118 #define IFF_ALLMULTI IFF_ALLMULTI
  /external/kernel-headers/original/uapi/linux/
if.h 68 * @IFF_ALLMULTI: receive all multicast packets. Can be toggled through
93 IFF_ALLMULTI = 1<<9, /* sysfs */
120 #define IFF_ALLMULTI IFF_ALLMULTI
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if.h 40 #define IFF_ALLMULTI 0x200 /* receive all multicast packets*/
  /libcore/luni/src/main/java/android/system/
OsConstants.java 294 public static final int IFF_ALLMULTI = placeholder();
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go 281 IFF_ALLMULTI = 0x200
    [all...]
zerrors_darwin_amd64.go 281 IFF_ALLMULTI = 0x200
    [all...]
zerrors_darwin_arm.go 265 IFF_ALLMULTI = 0x200
    [all...]
zerrors_darwin_arm64.go 285 IFF_ALLMULTI = 0x200
    [all...]
zerrors_solaris_amd64.go 328 IFF_ALLMULTI = 0x200
    [all...]
zerrors_dragonfly_amd64.go 340 IFF_ALLMULTI = 0x200
    [all...]
zerrors_freebsd_386.go 479 IFF_ALLMULTI = 0x200
    [all...]
zerrors_freebsd_amd64.go 479 IFF_ALLMULTI = 0x200
    [all...]
zerrors_freebsd_arm.go 479 IFF_ALLMULTI = 0x200
    [all...]
zerrors_linux_386.go 310 IFF_ALLMULTI = 0x200
    [all...]
zerrors_linux_amd64.go 310 IFF_ALLMULTI = 0x200
    [all...]
zerrors_linux_arm.go 312 IFF_ALLMULTI = 0x200
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_darwin_386.go 281 IFF_ALLMULTI = 0x200
    [all...]
zerrors_darwin_amd64.go 281 IFF_ALLMULTI = 0x200
    [all...]
zerrors_darwin_arm.go 265 IFF_ALLMULTI = 0x200
    [all...]
zerrors_darwin_arm64.go 285 IFF_ALLMULTI = 0x200
    [all...]
zerrors_solaris_amd64.go 328 IFF_ALLMULTI = 0x200
    [all...]

Completed in 255 milliseconds

1 2 3