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:NETLINK_CRYPTO
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ltp/include/
H
A
D
tst_netlink.h
16
#ifndef
NETLINK_CRYPTO
20
#define
NETLINK_CRYPTO
21
macro
/third_party/ltp/lib/
H
A
D
tst_crypto.c
17
const long ret = socket(AF_NETLINK, SOCK_DGRAM,
NETLINK_CRYPTO
);
in tst_crypto_open()
20
tst_brk(TCONF | TERRNO, "
NETLINK_CRYPTO
is probably disabled");
in tst_crypto_open()
24
"socket(AF_NETLINK, SOCK_DGRAM,
NETLINK_CRYPTO
)");
in tst_crypto_open()
/third_party/libbpf/include/uapi/linux/
H
A
D
netlink.h
30
#define
NETLINK_CRYPTO
21 /* Crypto layer */
macro
/third_party/rust/crates/nix/src/sys/socket/
H
A
D
mod.rs
222
NetlinkCrypto = libc::
NETLINK_CRYPTO
,
/third_party/python/Modules/
H
A
D
socketmodule.c
7395
#ifdef
NETLINK_CRYPTO
7396
PyModule_AddIntMacro(m,
NETLINK_CRYPTO
);
/third_party/rust/crates/libc/src/unix/linux_like/android/
H
A
D
mod.rs
1785
pub const
NETLINK_CRYPTO
: ::c_int = 21;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
2765
pub const
NETLINK_CRYPTO
: ::c_int = 21;
consts
Completed in 34 milliseconds