Home
last modified time | relevance | path

Searched refs:AF_SECURITY (Results 1 – 11 of 11) 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.c1020 __ADD(AF_SECURITY,security)
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs718 pub const AF_SECURITY: ::c_int = 14; constant
758 pub const PF_SECURITY: ::c_int = AF_SECURITY;
/external/rust/crates/libc/src/unix/uclibc/
Dmod.rs790 pub const AF_SECURITY: ::c_int = 14; constant
829 pub const PF_SECURITY: ::c_int = 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.rs1677 pub const AF_SECURITY: ::c_int = 14; constant
1717 pub const PF_SECURITY: ::c_int = AF_SECURITY;
/external/python/cpython3/Modules/
Dsocketmodule.c7181 #ifdef AF_SECURITY
7183 PyModule_AddIntMacro(m, AF_SECURITY);