HomeSort by relevance Sort by last modified time
    Searched refs:IFF_MASTER (Results 51 - 58 of 58) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
if.h 33 #define IFF_MASTER 0x400
45 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
if.h 33 #define IFF_MASTER 0x400
45 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
if.h 33 #define IFF_MASTER 0x400
45 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
if.h 33 #define IFF_MASTER 0x400
45 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
  /external/strace/
sock.c 61 { IFF_MASTER, "IFF_MASTER" },
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 227 #if defined(IFF_MASTER)
228 initConstant(env, c, "IFF_MASTER", IFF_MASTER);
  /external/dhcpcd/
if-linux.c 391 if (ifi->ifi_flags & IFF_MASTER && !(ifi->ifi_flags & IFF_LOWER_UP)) {
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 203 public static final int IFF_MASTER = placeholder();
    [all...]

Completed in 393 milliseconds

1 23