Home
last modified time | relevance | path

Searched refs:AF_RDS (Results 1 – 25 of 25) sorted by relevance

/external/ltp/testcases/kernel/syscalls/recvmsg/
Drecvmsg03.c37 #ifndef AF_RDS
38 # define AF_RDS 21 macro
45 res = socket(AF_RDS, SOCK_SEQPACKET, 0); in setup()
65 sock_fd1 = SAFE_SOCKET(AF_RDS, SOCK_SEQPACKET, 0); in client()
108 sock_fd2 = SAFE_SOCKET(AF_RDS, SOCK_SEQPACKET, 0); in server()
/external/strace/xlat/
Daddrfams.h153 #if defined(AF_RDS) || (defined(HAVE_DECL_AF_RDS) && HAVE_DECL_AF_RDS)
155 static_assert((AF_RDS) == (21), "AF_RDS != 21");
158 # define AF_RDS 21
348 [AF_RDS] = XLAT(AF_RDS),
Daddrfams.in23 AF_RDS 21
/external/syzkaller/sys/linux/
Dsocket_rds_amd64.const2 AF_RDS = 21
Dsocket_rds_386.const2 AF_RDS = 21
Dsocket_rds_arm64.const2 AF_RDS = 21
Dsocket_rds_ppc64le.const2 AF_RDS = 21
Dsocket_rds_arm.const2 AF_RDS = 21
Dsocket_rds.txt4 # AF_RDS support.
12 socket$rds(domain const[AF_RDS], type const[SOCK_SEQPACKET], proto const[0]) sock_rds
/external/libnl/lib/
Daddr.c1027 #ifdef AF_RDS
1028 __ADD(AF_RDS,rds)
/external/python/cpython3/Modules/
Dsocketmodule.c1701 #ifdef AF_RDS in getsockaddrarg()
1702 case AF_RDS: in getsockaddrarg()
2233 #ifdef AF_RDS in getsockaddrlen()
2234 case AF_RDS: in getsockaddrlen()
7039 #ifdef AF_RDS
7040 PyModule_AddIntMacro(m, AF_RDS);
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go48 AF_RDS = 0x15 const
Dzerrors_linux_mipsle.go54 AF_RDS = 0x15 const
Dzerrors_linux_s390x.go54 AF_RDS = 0x15 const
Dzerrors_linux_arm.go54 AF_RDS = 0x15 const
Dzerrors_linux_ppc64le.go54 AF_RDS = 0x15 const
Dzerrors_linux_mips64.go54 AF_RDS = 0x15 const
Dzerrors_linux_ppc64.go54 AF_RDS = 0x15 const
Dzerrors_linux_amd64.go54 AF_RDS = 0x15 const
Dzerrors_linux_mips64le.go54 AF_RDS = 0x15 const
Dzerrors_linux_386.go54 AF_RDS = 0x15 const
Dzerrors_linux_mips.go54 AF_RDS = 0x15 const
Dzerrors_linux_arm64.go54 AF_RDS = 0x15 const
/external/python/cpython3/Doc/library/
Dsocket.rst404 .. data:: AF_RDS
498 or :const:`AF_RDS`. The socket type should be :const:`SOCK_STREAM` (the
517 The AF_RDS family was added.
/external/python/cpython3/Lib/test/
Dtest_socket.py1981 socket.AF_RDS