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

1 23

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
if.h 42 #define IFF_LOWER_UP 0x10000
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 42 #define IFF_LOWER_UP 0x10000
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 42 #define IFF_LOWER_UP 0x10000
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 42 #define IFF_LOWER_UP 0x10000
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 143 #ifndef IFF_LOWER_UP
144 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */
1123 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
1176 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP &&
    [all...]

Completed in 124 milliseconds

1 23