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

12

  /prebuilt/ndk/android-ndk-r7/platforms/android-5/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)
  /prebuilt/ndk/android-ndk-r7/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)
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/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)
  /prebuilt/ndk/android-ndk-r7/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)
  /prebuilt/ndk/android-ndk-r7/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_6/wpa_supplicant/src/drivers/
driver_nl80211.c 35 #ifndef IFF_LOWER_UP
36 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */
820 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
829 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP &&
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 97 #ifndef IFF_LOWER_UP
98 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */
506 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
528 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP &&
    [all...]

Completed in 131 milliseconds

12