Home
last modified time | relevance | path

Searched refs:AF_WANPIPE (Results 1 – 18 of 18) sorted by relevance

/external/strace/xlat/
Daddrfams.h181 #if defined(AF_WANPIPE) || (defined(HAVE_DECL_AF_WANPIPE) && HAVE_DECL_AF_WANPIPE)
183 static_assert((AF_WANPIPE) == (25), "AF_WANPIPE != 25");
186 # define AF_WANPIPE 25
352 [AF_WANPIPE] = XLAT(AF_WANPIPE),
Daddrfams.in27 AF_WANPIPE 25
/external/python/cpython2/Lib/plat-linux2/
DIN.py416 AF_WANPIPE = PF_WANPIPE variable
/external/libnl/lib/
Daddr.c1033 __ADD(AF_WANPIPE,wanpipe)
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go58 AF_WANPIPE = 0x19 const
Dzerrors_linux_mipsle.go65 AF_WANPIPE = 0x19 const
Dzerrors_linux_s390x.go65 AF_WANPIPE = 0x19 const
Dzerrors_linux_arm.go65 AF_WANPIPE = 0x19 const
Dzerrors_linux_ppc64le.go65 AF_WANPIPE = 0x19 const
Dzerrors_linux_mips64.go65 AF_WANPIPE = 0x19 const
Dzerrors_linux_ppc64.go65 AF_WANPIPE = 0x19 const
Dzerrors_linux_amd64.go65 AF_WANPIPE = 0x19 const
Dzerrors_linux_mips64le.go65 AF_WANPIPE = 0x19 const
Dzerrors_linux_386.go65 AF_WANPIPE = 0x19 const
Dzerrors_linux_mips.go65 AF_WANPIPE = 0x19 const
Dzerrors_linux_arm64.go65 AF_WANPIPE = 0x19 const
/external/python/cpython2/Modules/
Dsocketmodule.c4792 #ifdef AF_WANPIPE
4794 PyModule_AddIntConstant(m, "AF_WANPIPE", AF_WANPIPE);
/external/python/cpython3/Modules/
Dsocketmodule.c7000 #ifdef AF_WANPIPE
7002 PyModule_AddIntMacro(m, AF_WANPIPE);