Home
last modified time | relevance | path

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

12

/third_party/ltp/testcases/kernel/syscalls/recvmsg/
H A Drecvmsg03.c27 #ifndef AF_RDS
28 # define AF_RDS 21 macro
35 res = socket(AF_RDS, SOCK_SEQPACKET, 0); in setup()
55 sock_fd1 = SAFE_SOCKET(AF_RDS, SOCK_SEQPACKET, 0); in client()
98 sock_fd2 = SAFE_SOCKET(AF_RDS, SOCK_SEQPACKET, 0); in server()
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h186 #define AF_RDS 21 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dtypes.rs100 /// `AF_RDS`
101 pub const RDS: Self = Self(c::AF_RDS as _);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h173 #define AF_RDS PF_RDS macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h162 #define AF_RDS PF_RDS macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h173 #define AF_RDS PF_RDS macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h173 #define AF_RDS PF_RDS macro
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h177 #define AF_RDS PF_RDS macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h173 #define AF_RDS PF_RDS macro
/third_party/musl/include/sys/
H A Dsocket.h177 #define AF_RDS PF_RDS macro
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dtypes.rs264 /// `AF_RDS`
277 pub const RDS: Self = Self(c::AF_RDS as _);
/third_party/python/Modules/
H A Dsocketmodule.c1818 #ifdef AF_RDS in getsockaddrarg()
1819 case AF_RDS: in getsockaddrarg()
1821 #endif /* AF_RDS */ in getsockaddrarg()
2446 #ifdef AF_RDS in getsockaddrlen()
2447 case AF_RDS: in getsockaddrlen()
2449 #endif /* AF_RDS */ in getsockaddrlen()
7493 #ifdef AF_RDS
7494 PyModule_AddIntMacro(m, AF_RDS);
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs719 pub const AF_RDS: ::c_int = 21; consts
759 pub const PF_RDS: ::c_int = AF_RDS;
/third_party/rust/crates/nix/src/sys/socket/
H A Daddr.rs162 Rds = libc::AF_RDS,
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1694 pub const AF_RDS: ::c_int = 21; consts
1734 pub const PF_RDS: ::c_int = AF_RDS;
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2314 pub const AF_RDS: u32 = 21; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2313 pub const AF_RDS: u32 = 21; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2293 pub const AF_RDS: u32 = 21; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2423 pub const AF_RDS: u32 = 21; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2494 pub const AF_RDS: u32 = 21; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2445 pub const AF_RDS: u32 = 21; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2556 pub const AF_RDS: u32 = 21; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2397 pub const AF_RDS: u32 = 21; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs2660 pub const AF_RDS: u32 = 21; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs2358 pub const AF_RDS: u32 = 21; consts

Completed in 167 milliseconds

12