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
defs:operstate
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/net/core/
H
A
D
link_watch.c
53
unsigned char
operstate
= default_operstate(dev);
in rfc2863_policy()
local
H
A
D
net-sysfs.c
305
unsigned char
operstate
;
in operstate_show()
local
H
A
D
rtnetlink.c
827
unsigned char
operstate
= dev->
operstate
;
in set_operstate()
local
4644
u8
operstate
= netif_running(dev) ? dev->
operstate
: IF_OPER_DOWN;
ndo_dflt_bridge_getlink()
local
[all...]
/kernel/linux/linux-6.6/net/core/
H
A
D
link_watch.c
68
unsigned char
operstate
= default_operstate(dev);
in rfc2863_policy()
local
H
A
D
net-sysfs.c
308
unsigned char
operstate
;
in operstate_show()
local
H
A
D
rtnetlink.c
861
unsigned char
operstate
= dev->
operstate
;
in set_operstate()
local
4876
u8
operstate
= netif_running(dev) ? dev->
operstate
: IF_OPER_DOWN;
ndo_dflt_bridge_getlink()
local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H
A
D
driver_wext.h
38
int
operstate
;
member
H
A
D
netlink.c
169
netlink_send_oper_ifla(struct netlink_data *netlink, int ifindex, int linkmode, int
operstate
)
netlink_send_oper_ifla()
argument
H
A
D
driver_nl80211.h
117
int
operstate
;
member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H
A
D
driver_wext.h
38
int
operstate
;
member
H
A
D
netlink.c
169
netlink_send_oper_ifla(struct netlink_data *netlink, int ifindex, int linkmode, int
operstate
)
netlink_send_oper_ifla()
argument
H
A
D
driver_nl80211.h
137
int
operstate
;
member
/kernel/linux/linux-5.10/net/bridge/
H
A
D
br_netlink.c
383
u8
operstate
= netif_running(dev) ? dev->
operstate
: IF_OPER_DOWN;
in br_fill_ifinfo()
local
/kernel/linux/linux-6.6/net/bridge/
H
A
D
br_netlink.c
458
u8
operstate
= netif_running(dev) ? dev->
operstate
: IF_OPER_DOWN;
in br_fill_ifinfo()
local
/kernel/linux/linux-5.10/include/linux/
H
A
D
netdevice.h
1973
unsigned char
operstate
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
netdevice.h
2164
unsigned char
operstate
;
member
Completed in 64 milliseconds