Home
last modified time | relevance | path

Searched refs:SO_SNDBUFFORCE (Results 1 - 25 of 36) sorted by relevance

12

/third_party/musl/arch/powerpc/bits/
H A Dsocket.h22 #define SO_SNDBUFFORCE 32 macro
/third_party/musl/arch/powerpc64/bits/
H A Dsocket.h24 #define SO_SNDBUFFORCE 32 macro
/third_party/ltp/testcases/kernel/syscalls/setsockopt/
H A Dsetsockopt04.c36 SAFE_SETSOCKOPT(sockfd, SOL_SOCKET, SO_SNDBUFFORCE, &sndbuf, optlen); in run()
/third_party/musl/arch/mips/bits/
H A Dsocket.h31 #define SO_SNDBUFFORCE 31 macro
/third_party/musl/arch/mips64/bits/
H A Dsocket.h31 #define SO_SNDBUFFORCE 31 macro
/third_party/musl/arch/mipsn32/bits/
H A Dsocket.h31 #define SO_SNDBUFFORCE 31 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h221 #define SO_SNDBUFFORCE 32 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h210 #define SO_SNDBUFFORCE 32 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h221 #define SO_SNDBUFFORCE 32 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h221 #define SO_SNDBUFFORCE 32 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h225 #define SO_SNDBUFFORCE 32 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h221 #define SO_SNDBUFFORCE 32 macro
/third_party/musl/include/sys/
H A Dsocket.h225 #define SO_SNDBUFFORCE 32 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/
H A Dmod.rs56 pub const SO_SNDBUFFORCE: ::c_int = 32; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
H A Dmod.rs58 pub const SO_SNDBUFFORCE: ::c_int = 31; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/
H A Dmod.rs38 pub const SO_SNDBUFFORCE: ::c_int = 0x100a; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/
H A Dmod.rs43 pub const SO_SNDBUFFORCE: ::c_int = 32; consts
/third_party/rust/crates/nix/src/sys/socket/
H A Dsockopt.rs629 libc::SO_SNDBUFFORCE,
/third_party/eudev/src/shared/
H A Dutil.c1503 if (setsockopt(fd, SOL_SOCKET, SO_SNDBUFFORCE, &value, sizeof(value)) < 0) in fd_inc_sndbuf()
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs712 pub const SO_SNDBUFFORCE: ::c_int = 32; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1441 pub const SO_SNDBUFFORCE: ::c_int = 32; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1068 pub const SO_SNDBUFFORCE: u32 = 32; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3050 pub const SO_SNDBUFFORCE: ::c_int = 32; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1071 pub const SO_SNDBUFFORCE: u32 = 32; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1071 pub const SO_SNDBUFFORCE: u32 = 32; consts

Completed in 80 milliseconds

12