OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IFF_LOWER_UP
(Results
51 - 60
of
60
) sorted by null
1
2
3
/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/dhcpcd/
if-linux.c
46
#ifndef
IFF_LOWER_UP
47
#define
IFF_LOWER_UP
0x10000 /* driver signals L1 up */
387
/* Bridge interfaces set
IFF_LOWER_UP
when they have a valid
390
*
IFF_LOWER_UP
set. */
391
if (ifi->ifi_flags & IFF_MASTER && !(ifi->ifi_flags &
IFF_LOWER_UP
)) {
/external/chromium_org/net/base/
address_tracker_linux.cc
275
(msg->ifi_flags &
IFF_LOWER_UP
) && (msg->ifi_flags & IFF_RUNNING)) {
/system/core/libsysutils/src/
NetlinkEvent.cpp
209
mAction = (ifi->ifi_flags &
IFF_LOWER_UP
) ?
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/
driver_mac80211.c
567
(ifi->ifi_flags &
IFF_LOWER_UP
) ? "[LOWER_UP]" : "",
576
(ifi->ifi_flags & (
IFF_LOWER_UP
| IFF_DORMANT)) ==
IFF_LOWER_UP
&&
[
all
...]
/external/wpa_supplicant_8/src/drivers/
driver_wext.c
660
(ifi->ifi_flags &
IFF_LOWER_UP
) ? "[LOWER_UP]" : "",
698
(ifi->ifi_flags & (
IFF_LOWER_UP
| IFF_DORMANT)) ==
IFF_LOWER_UP
&&
[
all
...]
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 270 milliseconds
1
2
3