HomeSort by relevance Sort by last modified time
    Searched defs:IFF_SLAVE (Results 26 - 28 of 28) sorted by null

12

  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
if.h 34 #define IFF_SLAVE 0x800
45 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
if.h 34 #define IFF_SLAVE 0x800
45 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 174 public static final int IFF_SLAVE = placeholder();

Completed in 637 milliseconds

12