Home
last modified time | relevance | path

Searched refs:SO_SECURITY_ENCRYPTION_TRANSPORT (Results 1 – 10 of 10) 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/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/
Dmod.rs68 pub const SO_SECURITY_ENCRYPTION_TRANSPORT: ::c_int = 0x5002; constant
/external/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
Dmod.rs37 pub const SO_SECURITY_ENCRYPTION_TRANSPORT: ::c_int = 23; constant
/external/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/
Dmod.rs32 pub const SO_SECURITY_ENCRYPTION_TRANSPORT: ::c_int = 23; constant
/external/rust/crates/libc/src/unix/linux_like/linux/arch/generic/
Dmod.rs32 pub const SO_SECURITY_ENCRYPTION_TRANSPORT: ::c_int = 23; constant
/external/python/cpython2/Lib/plat-linux2/
DIN.py467 SO_SECURITY_ENCRYPTION_TRANSPORT = 23 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c5029 #ifdef SO_SECURITY_ENCRYPTION_TRANSPORT
5030 { "SO_SECURITY_ENCRYPTION_TRANSPORT", (unsigned long) SO_SECURITY_ENCRYPTION_TRANSPORT },
/external/crosvm/net_sys/src/
Diff.rs309 pub const SO_SECURITY_ENCRYPTION_TRANSPORT: u32 = 23; constant