Home
last modified time | relevance | path

Searched refs:AF_IRDA (Results 1 – 22 of 22) sorted by relevance

/external/strace/xlat/
Daddrfams.h167 #if defined(AF_IRDA) || (defined(HAVE_DECL_AF_IRDA) && HAVE_DECL_AF_IRDA)
169 static_assert((AF_IRDA) == (23), "AF_IRDA != 23");
172 # define AF_IRDA 23
350 [AF_IRDA] = XLAT(AF_IRDA),
Daddrfams.in25 AF_IRDA 23
/external/python/cpython2/Lib/plat-atheos/
DIN.py435 AF_IRDA = PF_IRDA variable
751 AF_IRDA = PF_IRDA variable
/external/python/cpython2/Lib/plat-linux2/
DIN.py414 AF_IRDA = PF_IRDA variable
/external/libnl/lib/
Daddr.c1031 __ADD(AF_IRDA,irda)
/external/strace/
Dnet.c166 case AF_IRDA: in SYS_FUNC()
DChangeLog3597 (SYS_FUNC(socket)): Decode AF_IRDA, AF_CAN, AF_RXRPC, AF_ISDN,
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go32 AF_IRDA = 0x17 const
Dzerrors_linux_mips64le.go37 AF_IRDA = 0x17 const
Dzerrors_linux_ppc64.go37 AF_IRDA = 0x17 const
Dzerrors_linux_arm.go37 AF_IRDA = 0x17 const
Dzerrors_linux_mips64.go37 AF_IRDA = 0x17 const
Dzerrors_linux_ppc64le.go37 AF_IRDA = 0x17 const
Dzerrors_linux_arm64.go37 AF_IRDA = 0x17 const
Dzerrors_linux_386.go37 AF_IRDA = 0x17 const
Dzerrors_linux_mips.go37 AF_IRDA = 0x17 const
Dzerrors_linux_s390x.go37 AF_IRDA = 0x17 const
Dzerrors_linux_mipsle.go37 AF_IRDA = 0x17 const
Dzerrors_linux_amd64.go37 AF_IRDA = 0x17 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.c4784 #ifdef AF_IRDA
4786 PyModule_AddIntConstant(m, "AF_IRDA", AF_IRDA);
/external/python/cpython3/Modules/
Dsocketmodule.c6992 #ifdef AF_IRDA
6994 PyModule_AddIntMacro(m, AF_IRDA);