Home
last modified time | relevance | path

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

/third_party/musl/src/network/
H A Dgetsockopt.c18 if (SO_RCVTIMEO == SO_RCVTIMEO_OLD) break; in getsockopt()
20 if (optname==SO_RCVTIMEO) optname=SO_RCVTIMEO_OLD; in getsockopt()
H A Dsetsockopt.c22 if (SO_RCVTIMEO == SO_RCVTIMEO_OLD) break; in setsockopt()
29 if (optname==SO_RCVTIMEO) optname=SO_RCVTIMEO_OLD; in setsockopt()
/third_party/musl/arch/mips64/
H A Dsyscall_arch.h128 #define SO_RCVTIMEO_OLD 0x1006 macro
/third_party/musl/arch/mipsn32/
H A Dsyscall_arch.h130 #define SO_RCVTIMEO_OLD 0x1006 macro
/third_party/musl/arch/powerpc64/
H A Dsyscall_arch.h89 #define SO_RCVTIMEO_OLD 18 macro
/third_party/musl/arch/powerpc/
H A Dsyscall_arch.h93 #define SO_RCVTIMEO_OLD 18 macro
/third_party/musl/arch/mips/
H A Dsyscall_arch.h151 #define SO_RCVTIMEO_OLD 0x1006 macro
/third_party/musl/porting/liteos_m/user/src/internal/
H A Dsyscall.h341 #ifndef SO_RCVTIMEO_OLD
342 #define SO_RCVTIMEO_OLD 20 macro
/third_party/musl/src/internal/
H A Dsyscall.h362 #ifndef SO_RCVTIMEO_OLD
363 #define SO_RCVTIMEO_OLD 20 macro
/third_party/musl/porting/linux/user/src/internal/
H A Dsyscall.h356 #ifndef SO_RCVTIMEO_OLD
357 #define SO_RCVTIMEO_OLD 20 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dsyscalls.rs756 use c::{SO_RCVTIMEO_NEW, SO_RCVTIMEO_OLD, SO_SNDTIMEO_NEW, SO_SNDTIMEO_OLD};
943 Err(io::Errno::NOPROTOOPT) if SO_RCVTIMEO_NEW != SO_RCVTIMEO_OLD => {
959 Timeout::Recv => SO_RCVTIMEO_OLD, in set_socket_timeout_old()
975 Err(io::Errno::NOPROTOOPT) if SO_RCVTIMEO_NEW != SO_RCVTIMEO_OLD => {
987 Timeout::Recv => SO_RCVTIMEO_OLD, in get_socket_timeout_old()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1081 pub const SO_RCVTIMEO_OLD: u32 = 20; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1084 pub const SO_RCVTIMEO_OLD: u32 = 20; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1084 pub const SO_RCVTIMEO_OLD: u32 = 20; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1072 pub const SO_RCVTIMEO_OLD: u32 = 18; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1084 pub const SO_RCVTIMEO_OLD: u32 = 4102; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1072 pub const SO_RCVTIMEO_OLD: u32 = 18; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1084 pub const SO_RCVTIMEO_OLD: u32 = 4102; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs1078 pub const SO_RCVTIMEO_OLD: u32 = 20; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs1295 pub const SO_RCVTIMEO_OLD: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs1079 pub const SO_RCVTIMEO_OLD: u32 = 20; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs1295 pub const SO_RCVTIMEO_OLD: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs1080 pub const SO_RCVTIMEO_OLD: u32 = 20; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs1081 pub const SO_RCVTIMEO_OLD: u32 = 20; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs1080 pub const SO_RCVTIMEO_OLD: u32 = 20; consts

Completed in 195 milliseconds