HomeSort by relevance Sort by last modified time
    Searched defs:IFF_DORMANT (Results 51 - 54 of 54) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
if.h 43 #define IFF_DORMANT 0x20000
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 43 #define IFF_DORMANT 0x20000
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 43 #define IFF_DORMANT 0x20000
45 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 146 #ifndef IFF_DORMANT
147 #define IFF_DORMANT 0x20000 /* driver signals dormant */
1124 (ifi->ifi_flags & IFF_DORMANT) ? "[DORMANT]" : "");
1176 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP &&
    [all...]

Completed in 831 milliseconds

1 23