OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IFF_DORMANT
(Results
26 - 32
of
32
) sorted by null
1
2
/prebuilt/ndk/android-ndk-r7/platforms/android-5/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
)
/prebuilt/ndk/android-ndk-r7/platforms/android-8/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
)
/prebuilt/ndk/android-ndk-r7/platforms/android-8/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
)
/prebuilt/ndk/android-ndk-r7/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
)
/prebuilt/ndk/android-ndk-r7/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_6/wpa_supplicant/src/drivers/
driver_nl80211.c
38
#ifndef
IFF_DORMANT
39
#define
IFF_DORMANT
0x20000 /* driver signals dormant */
821
(ifi->ifi_flags &
IFF_DORMANT
) ? "[DORMANT]" : "");
829
(ifi->ifi_flags & (IFF_LOWER_UP |
IFF_DORMANT
)) == IFF_LOWER_UP &&
[
all
...]
/external/wpa_supplicant_8/src/drivers/
driver_nl80211.c
100
#ifndef
IFF_DORMANT
101
#define
IFF_DORMANT
0x20000 /* driver signals dormant */
507
(ifi->ifi_flags &
IFF_DORMANT
) ? "[DORMANT]" : "");
528
(ifi->ifi_flags & (IFF_LOWER_UP |
IFF_DORMANT
)) == IFF_LOWER_UP &&
[
all
...]
Completed in 1757 milliseconds
1
2