OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IFF_LOWER_UP
(Results
1 - 25
of
55
) sorted by null
1
2
3
/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/wpa_supplicant_8/src/drivers/
priv_netlink.h
17
#ifndef
IFF_LOWER_UP
18
#define
IFF_LOWER_UP
0x10000 /* driver signals L1 up */