Home
last modified time | relevance | path

Searched refs:AF_SECURITY (Results 1 – 19 of 19) 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/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go52 AF_SECURITY = 0xe const
Dzerrors_linux_mipsle.go58 AF_SECURITY = 0xe const
Dzerrors_linux_s390x.go58 AF_SECURITY = 0xe const
Dzerrors_linux_arm.go58 AF_SECURITY = 0xe const
Dzerrors_linux_ppc64le.go58 AF_SECURITY = 0xe const
Dzerrors_linux_mips64.go58 AF_SECURITY = 0xe const
Dzerrors_linux_ppc64.go58 AF_SECURITY = 0xe const
Dzerrors_linux_amd64.go58 AF_SECURITY = 0xe const
Dzerrors_linux_mips64le.go58 AF_SECURITY = 0xe const
Dzerrors_linux_386.go58 AF_SECURITY = 0xe const
Dzerrors_linux_mips.go58 AF_SECURITY = 0xe const
Dzerrors_linux_arm64.go58 AF_SECURITY = 0xe const
/external/python/cpython2/Modules/
Dsocketmodule.c4721 #ifdef AF_SECURITY
4723 PyModule_AddIntConstant(m, "AF_SECURITY", AF_SECURITY);
/external/python/cpython3/Modules/
Dsocketmodule.c6910 #ifdef AF_SECURITY
6912 PyModule_AddIntMacro(m, AF_SECURITY);