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:NLMSG_DONE
(Results
1 - 10
of
10
) sorted by relevance
/third_party/musl/src/network/
H
A
D
netlink.h
26
#define
NLMSG_DONE
0x3
macro
H
A
D
netlink.c
34
if (h->nlmsg_type ==
NLMSG_DONE
) return 0;
in __netlink_enumerate()
/third_party/ltp/testcases/kernel/connectors/pec/
H
A
D
pec_listener.c
92
nlhdr->nlmsg_type =
NLMSG_DONE
;
in netlink_send()
344
case
NLMSG_DONE
:
in main()
/third_party/libbpf/include/uapi/linux/
H
A
D
netlink.h
55
#define NLM_F_MULTI 0x02 /* Multipart message, terminated by
NLMSG_DONE
*/
104
#define
NLMSG_DONE
0x3 /* End of a dump */
macro
/third_party/ltp/testcases/kernel/crypto/
H
A
D
crypto_user01.c
145
if (nh->nlmsg_type ==
NLMSG_DONE
)
in validate_alg_list()
/third_party/ltp/lib/
H
A
D
tst_rtnetlink.c
137
struct nlmsghdr eom = { .nlmsg_type =
NLMSG_DONE
};
in tst_rtnl_send()
142
/*
NLMSG_DONE
message must not have NLM_F_MULTI flag */
in tst_rtnl_send()
/third_party/toybox/toys/pending/
H
A
D
ip.c
1262
if (addr_ptr->nlmsg_type ==
NLMSG_DONE
)
in ipaddrupdate()
1453
if ((addr_ptr->nlmsg_type ==
NLMSG_DONE
) ||
in ipaddr_print()
1458
if ((addr_ptr->nlmsg_type ==
NLMSG_DONE
) ||
in ipaddr_print()
1750
case
NLMSG_DONE
:
in display_route_info()
2807
case
NLMSG_DONE
:
in filter_nlmesg()
/third_party/libbpf/src/
H
A
D
netlink.c
194
case
NLMSG_DONE
:
in libbpf_netlink_recv()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H
A
D
mod.rs
1808
pub const
NLMSG_DONE
: ::c_int = 0x3;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
2318
pub const
NLMSG_DONE
: ::c_int = 0x3;
consts
Completed in 28 milliseconds