Home
last modified time | relevance | path

Searched refs:AF_SECURITY (Results 1 – 12 of 12) sorted by relevance

/external/strace/xlat/
Daddrfams.h104 #if defined(AF_SECURITY) || (defined(HAVE_DECL_AF_SECURITY) && HAVE_DECL_AF_SECURITY)
106 static_assert((AF_SECURITY) == (14), "AF_SECURITY != 14");
109 # define AF_SECURITY 14
341 [AF_SECURITY] = XLAT(AF_SECURITY),
Daddrfams.in16 AF_SECURITY 14
/external/python/cpython2/Lib/plat-atheos/
DIN.py426 AF_SECURITY = PF_SECURITY variable
742 AF_SECURITY = PF_SECURITY variable
/external/python/cpython2/Lib/plat-linux2/
DIN.py405 AF_SECURITY = PF_SECURITY variable
/external/libnl/lib/
Daddr.c1074 __ADD(AF_SECURITY,security),
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs686 pub const AF_SECURITY: ::c_int = 14; constant
726 pub const PF_SECURITY: ::c_int = AF_SECURITY;
/external/minijail/linux-x86/
Dlibconstants.gen.c121 #ifdef AF_SECURITY
122 { "AF_SECURITY", (unsigned long) AF_SECURITY },
/external/rust/crates/nix/src/sys/socket/
Daddr.rs73 Security = libc::AF_SECURITY,
/external/crosvm/net_sys/src/
Diff.rs219 pub const AF_SECURITY: u32 = 14; constant
/external/python/cpython2/Modules/
Dsocketmodule.c4721 #ifdef AF_SECURITY
4723 PyModule_AddIntConstant(m, "AF_SECURITY", AF_SECURITY);
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1680 pub const AF_SECURITY: ::c_int = 14; constant
1720 pub const PF_SECURITY: ::c_int = AF_SECURITY;
/external/python/cpython3/Modules/
Dsocketmodule.c7265 #ifdef AF_SECURITY
7267 PyModule_AddIntMacro(m, AF_SECURITY);