Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IFF_LOWER_UP
(Results
1 - 21
of
21
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H
A
D
linux_defines.h
32
#ifndef
IFF_LOWER_UP
33
#define
IFF_LOWER_UP
0x10000 /* driver signals L1 up */
macro
H
A
D
priv_netlink.h
17
#ifndef
IFF_LOWER_UP
18
#define
IFF_LOWER_UP
0x10000 /* driver signals L1 up */
macro
H
A
D
driver_wext.c
641
(ifi->ifi_flags &
IFF_LOWER_UP
) ? "[LOWER_UP]" : "",
in wpa_driver_wext_event_rtm_newlink()
679
(ifi->ifi_flags & (
IFF_LOWER_UP
| IFF_DORMANT)) ==
IFF_LOWER_UP
&&
in wpa_driver_wext_event_rtm_newlink()
H
A
D
driver_nl80211.c
1098
(ifi->ifi_flags &
IFF_LOWER_UP
) ? "[LOWER_UP]" : "",
in wpa_driver_nl80211_event_rtm_newlink()
1185
(ifi->ifi_flags & (
IFF_LOWER_UP
| IFF_DORMANT)) ==
IFF_LOWER_UP
&&
in wpa_driver_nl80211_event_rtm_newlink()
1270
(ifi->ifi_flags &
IFF_LOWER_UP
) ? "[LOWER_UP]" : "",
in wpa_driver_nl80211_event_rtm_dellink()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H
A
D
linux_defines.h
32
#ifndef
IFF_LOWER_UP
33
#define
IFF_LOWER_UP
0x10000 /* driver signals L1 up */
macro
H
A
D
priv_netlink.h
17
#ifndef
IFF_LOWER_UP
18
#define
IFF_LOWER_UP
0x10000 /* driver signals L1 up */
macro
H
A
D
driver_wext.c
641
(ifi->ifi_flags &
IFF_LOWER_UP
) ? "[LOWER_UP]" : "",
in wpa_driver_wext_event_rtm_newlink()
679
(ifi->ifi_flags & (
IFF_LOWER_UP
| IFF_DORMANT)) ==
IFF_LOWER_UP
&&
in wpa_driver_wext_event_rtm_newlink()
H
A
D
driver_nl80211.c
1343
(ifi->ifi_flags &
IFF_LOWER_UP
) ? "[LOWER_UP]" : "",
in wpa_driver_nl80211_event_rtm_newlink()
1430
(ifi->ifi_flags & (
IFF_LOWER_UP
| IFF_DORMANT)) ==
IFF_LOWER_UP
&&
in wpa_driver_nl80211_event_rtm_newlink()
1515
(ifi->ifi_flags &
IFF_LOWER_UP
) ? "[LOWER_UP]" : "",
in wpa_driver_nl80211_event_rtm_dellink()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/
H
A
D
driver_nl80211_hisi.h
43
#ifndef
IFF_LOWER_UP
44
#define
IFF_LOWER_UP
0x10000 /* driver signals L1 up */
macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
H
A
D
driver_nl80211_hisi.h
43
#ifndef
IFF_LOWER_UP
44
#define
IFF_LOWER_UP
0x10000 /* driver signals L1 up */
macro
/third_party/musl/porting/liteos_a/kernel/include/net/
H
A
D
if.h
45
#define
IFF_LOWER_UP
0x10000
macro
49
IFF_ECHO|IFF_MASTER|IFF_SLAVE|IFF_RUNNING|
IFF_LOWER_UP
|IFF_DORMANT)
/third_party/musl/porting/uniproton/kernel/include/net/
H
A
D
if.h
45
#define
IFF_LOWER_UP
0x10000
macro
49
IFF_ECHO|IFF_MASTER|IFF_SLAVE|IFF_RUNNING|
IFF_LOWER_UP
|IFF_DORMANT)
/third_party/musl/porting/liteos_m/kernel/include/net/
H
A
D
if.h
45
#define
IFF_LOWER_UP
0x10000
macro
49
IFF_ECHO|IFF_MASTER|IFF_SLAVE|IFF_RUNNING|
IFF_LOWER_UP
|IFF_DORMANT)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/net/
H
A
D
if.h
45
#define
IFF_LOWER_UP
0x10000
macro
49
IFF_ECHO|IFF_MASTER|IFF_SLAVE|IFF_RUNNING|
IFF_LOWER_UP
|IFF_DORMANT)
/third_party/musl/include/net/
H
A
D
if.h
45
#define
IFF_LOWER_UP
0x10000
macro
49
IFF_ECHO|IFF_MASTER|IFF_SLAVE|IFF_RUNNING|
IFF_LOWER_UP
|IFF_DORMANT)
/third_party/rust/crates/nix/src/net/
H
A
D
if_.rs
181
IFF_LOWER_UP
;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
vlan_full.c
687
(ifi->ifi_flags &
IFF_LOWER_UP
) ? "[LOWER_UP]" : "",
in vlan_read_ifnames()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
vlan_full.c
687
(ifi->ifi_flags &
IFF_LOWER_UP
) ? "[LOWER_UP]" : "",
in vlan_read_ifnames()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H
A
D
mod.rs
1213
pub const
IFF_LOWER_UP
: ::c_int = 0x10000;
consts
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
2295
pub const
IFF_LOWER_UP
: ::c_int = 0x10000;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
1620
pub const
IFF_LOWER_UP
: ::c_int = 0x10000;
consts
Completed in 70 milliseconds