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:NLM_F_MULTI
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ltp/testcases/cve/
H
A
D
cve-2017-16939.c
44
xfrm_msg.nlmsg_flags = NLM_F_MATCH |
NLM_F_MULTI
| NLM_F_REQUEST;
in setup()
/third_party/musl/src/network/
H
A
D
netlink.h
16
#define
NLM_F_MULTI
2
macro
/third_party/libbpf/include/uapi/linux/
H
A
D
netlink.h
55
#define
NLM_F_MULTI
0x02 /* Multipart message, terminated by NLMSG_DONE */
macro
/third_party/ltp/lib/
H
A
D
tst_rtnetlink.c
136
if (ctx->curmsg->nlmsg_flags &
NLM_F_MULTI
) {
in tst_rtnl_send()
142
/* NLMSG_DONE message must not have
NLM_F_MULTI
flag */
in tst_rtnl_send()
262
extra_flags =
NLM_F_MULTI
;
in tst_rtnl_add_message()
/third_party/libbpf/src/
H
A
D
netlink.c
184
if (nh->nlmsg_flags &
NLM_F_MULTI
)
in libbpf_netlink_recv()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H
A
D
mod.rs
1791
pub const
NLM_F_MULTI
: ::c_int = 2;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
2769
pub const
NLM_F_MULTI
: ::c_int = 2;
consts
Completed in 23 milliseconds