Home
last modified time | relevance | path

Searched refs:SO_SECURITY_ENCRYPTION_TRANSPORT (Results 1 – 14 of 14) sorted by relevance

/external/strace/xlat/
Dsock_options.h539 #if defined(SO_SECURITY_ENCRYPTION_TRANSPORT) || (defined(HAVE_DECL_SO_SECURITY_ENCRYPTION_TRANSPOR…
541 static_assert((SO_SECURITY_ENCRYPTION_TRANSPORT) == (20), "SO_SECURITY_ENCRYPTION_TRANSPORT != 20");
544 # define SO_SECURITY_ENCRYPTION_TRANSPORT 20
547 #if defined(SO_SECURITY_ENCRYPTION_TRANSPORT) || (defined(HAVE_DECL_SO_SECURITY_ENCRYPTION_TRANSPOR…
549 static_assert((SO_SECURITY_ENCRYPTION_TRANSPORT) == (16407), "SO_SECURITY_ENCRYPTION_TRANSPORT != 1…
552 # define SO_SECURITY_ENCRYPTION_TRANSPORT 16407
555 #if defined(SO_SECURITY_ENCRYPTION_TRANSPORT) || (defined(HAVE_DECL_SO_SECURITY_ENCRYPTION_TRANSPOR…
557 static_assert((SO_SECURITY_ENCRYPTION_TRANSPORT) == (20482), "SO_SECURITY_ENCRYPTION_TRANSPORT != 2…
560 # define SO_SECURITY_ENCRYPTION_TRANSPORT 20482
563 #if defined(SO_SECURITY_ENCRYPTION_TRANSPORT) || (defined(HAVE_DECL_SO_SECURITY_ENCRYPTION_TRANSPOR…
[all …]
Dsock_options.in174 SO_SECURITY_ENCRYPTION_TRANSPORT 20
176 SO_SECURITY_ENCRYPTION_TRANSPORT 16407
178 SO_SECURITY_ENCRYPTION_TRANSPORT 20482
180 SO_SECURITY_ENCRYPTION_TRANSPORT 23
/external/kernel-headers/original/uapi/asm-generic/
Dsocket.h39 #define SO_SECURITY_ENCRYPTION_TRANSPORT 23 macro
/external/python/cpython2/Lib/plat-linux2/
DIN.py467 SO_SECURITY_ENCRYPTION_TRANSPORT = 23 variable
/external/rust/crates/libc/src/unix/uclibc/mips/
Dmod.rs197 pub const SO_SECURITY_ENCRYPTION_TRANSPORT: ::c_int = 23; constant
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
Dhexagon.rs370 pub const SO_SECURITY_ENCRYPTION_TRANSPORT: ::c_int = 23; constant
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
Dmips64.rs567 pub const SO_SECURITY_ENCRYPTION_TRANSPORT: ::c_int = 23; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/riscv64/
Dmod.rs332 pub const SO_SECURITY_ENCRYPTION_TRANSPORT: ::c_int = 23; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/aarch64/
Dmod.rs354 pub const SO_SECURITY_ENCRYPTION_TRANSPORT: ::c_int = 23; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs543 pub const SO_SECURITY_ENCRYPTION_TRANSPORT: ::c_int = 23; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/
Dmod.rs677 pub const SO_SECURITY_ENCRYPTION_TRANSPORT: ::c_int = 23; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/mips64/
Dmod.rs767 pub const SO_SECURITY_ENCRYPTION_TRANSPORT: ::c_int = 23; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/powerpc64/
Dmod.rs341 pub const SO_SECURITY_ENCRYPTION_TRANSPORT: ::c_int = 23; constant
/external/crosvm/net_sys/src/
Diff.rs309 pub const SO_SECURITY_ENCRYPTION_TRANSPORT: u32 = 23; constant