Home
last modified time | relevance | path

Searched refs:AF_ROSE (Results 1 – 20 of 20) sorted by relevance

/external/strace/xlat/
Daddrfams.h83 #if defined(AF_ROSE) || (defined(HAVE_DECL_AF_ROSE) && HAVE_DECL_AF_ROSE)
85 static_assert((AF_ROSE) == (11), "AF_ROSE != 11");
88 # define AF_ROSE 11
338 [AF_ROSE] = XLAT(AF_ROSE),
Daddrfams.in13 AF_ROSE 11
/external/python/cpython2/Lib/plat-atheos/
DIN.py423 AF_ROSE = PF_ROSE variable
739 AF_ROSE = PF_ROSE variable
/external/python/cpython2/Lib/plat-linux2/
DIN.py402 AF_ROSE = PF_ROSE variable
/external/libnl/lib/
Daddr.c1017 __ADD(AF_ROSE,rose)
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go49 AF_ROSE = 0xb const
Dzerrors_linux_mips64le.go55 AF_ROSE = 0xb const
Dzerrors_linux_ppc64.go55 AF_ROSE = 0xb const
Dzerrors_linux_arm.go55 AF_ROSE = 0xb const
Dzerrors_linux_mips64.go55 AF_ROSE = 0xb const
Dzerrors_linux_ppc64le.go55 AF_ROSE = 0xb const
Dzerrors_linux_arm64.go55 AF_ROSE = 0xb const
Dzerrors_linux_386.go55 AF_ROSE = 0xb const
Dzerrors_linux_mips.go55 AF_ROSE = 0xb const
Dzerrors_linux_s390x.go55 AF_ROSE = 0xb const
Dzerrors_linux_mipsle.go55 AF_ROSE = 0xb const
Dzerrors_linux_amd64.go55 AF_ROSE = 0xb const
/external/syzkaller/sys/linux/
Dsocket.txt51 # TODO: add AF_APPLETALK, AF_ATMPVC, AF_X25, AF_ROSE, AF_DECnet, AF_ATMSVC, AF_IRDA, AF_IB, AF_TIPC…
/external/python/cpython2/Modules/
Dsocketmodule.c4709 #ifdef AF_ROSE
4711 PyModule_AddIntConstant(m, "AF_ROSE", AF_ROSE);
/external/python/cpython3/Modules/
Dsocketmodule.c6898 #ifdef AF_ROSE
6900 PyModule_AddIntMacro(m, AF_ROSE);