Home
last modified time | relevance | path

Searched refs:AF_ASH (Results 1 – 19 of 19) sorted by relevance

/external/strace/xlat/
Daddrfams.h132 #if defined(AF_ASH) || (defined(HAVE_DECL_AF_ASH) && HAVE_DECL_AF_ASH)
134 static_assert((AF_ASH) == (18), "AF_ASH != 18");
137 # define AF_ASH 18
345 [AF_ASH] = XLAT(AF_ASH),
Daddrfams.in20 AF_ASH 18
/external/python/cpython2/Lib/plat-atheos/
DIN.py431 AF_ASH = PF_ASH variable
747 AF_ASH = PF_ASH variable
/external/python/cpython2/Lib/plat-linux2/
DIN.py410 AF_ASH = PF_ASH variable
/external/libnl/lib/
Daddr.c1024 __ADD(AF_ASH,ash)
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go16 AF_ASH = 0x12 const
Dzerrors_linux_mipsle.go21 AF_ASH = 0x12 const
Dzerrors_linux_s390x.go21 AF_ASH = 0x12 const
Dzerrors_linux_arm.go21 AF_ASH = 0x12 const
Dzerrors_linux_ppc64le.go21 AF_ASH = 0x12 const
Dzerrors_linux_mips64.go21 AF_ASH = 0x12 const
Dzerrors_linux_ppc64.go21 AF_ASH = 0x12 const
Dzerrors_linux_amd64.go21 AF_ASH = 0x12 const
Dzerrors_linux_mips64le.go21 AF_ASH = 0x12 const
Dzerrors_linux_386.go21 AF_ASH = 0x12 const
Dzerrors_linux_mips.go21 AF_ASH = 0x12 const
Dzerrors_linux_arm64.go21 AF_ASH = 0x12 const
/external/python/cpython2/Modules/
Dsocketmodule.c4768 #ifdef AF_ASH
4770 PyModule_AddIntConstant(m, "AF_ASH", AF_ASH);
/external/python/cpython3/Modules/
Dsocketmodule.c6976 #ifdef AF_ASH
6978 PyModule_AddIntMacro(m, AF_ASH);