Searched refs:AF_SECURITY (Results 1 – 12 of 12) sorted by relevance
/external/strace/xlat/ |
D | addrfams.h | 104 #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),
|
D | addrfams.in | 16 AF_SECURITY 14
|
/external/python/cpython2/Lib/plat-atheos/ |
D | IN.py | 426 AF_SECURITY = PF_SECURITY variable 742 AF_SECURITY = PF_SECURITY variable
|
/external/python/cpython2/Lib/plat-linux2/ |
D | IN.py | 405 AF_SECURITY = PF_SECURITY variable
|
/external/libnl/lib/ |
D | addr.c | 1074 __ADD(AF_SECURITY,security),
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 686 pub const AF_SECURITY: ::c_int = 14; constant 726 pub const PF_SECURITY: ::c_int = AF_SECURITY;
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 121 #ifdef AF_SECURITY 122 { "AF_SECURITY", (unsigned long) AF_SECURITY },
|
/external/rust/crates/nix/src/sys/socket/ |
D | addr.rs | 73 Security = libc::AF_SECURITY,
|
/external/crosvm/net_sys/src/ |
D | iff.rs | 219 pub const AF_SECURITY: u32 = 14; constant
|
/external/python/cpython2/Modules/ |
D | socketmodule.c | 4721 #ifdef AF_SECURITY 4723 PyModule_AddIntConstant(m, "AF_SECURITY", AF_SECURITY);
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1680 pub const AF_SECURITY: ::c_int = 14; constant 1720 pub const PF_SECURITY: ::c_int = AF_SECURITY;
|
/external/python/cpython3/Modules/ |
D | socketmodule.c | 7265 #ifdef AF_SECURITY 7267 PyModule_AddIntMacro(m, AF_SECURITY);
|