/third_party/musl/src/network/ |
D | getsockopt.c | 18 if (SO_RCVTIMEO == SO_RCVTIMEO_OLD) break; in getsockopt() 20 if (optname==SO_RCVTIMEO) optname=SO_RCVTIMEO_OLD; in getsockopt()
|
D | setsockopt.c | 22 if (SO_RCVTIMEO == SO_RCVTIMEO_OLD) break; in setsockopt() 29 if (optname==SO_RCVTIMEO) optname=SO_RCVTIMEO_OLD; in setsockopt()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
D | c.rs | 27 SO_PASSCRED, SO_RCVTIMEO_NEW, SO_RCVTIMEO_OLD, SO_REUSEADDR, SO_SNDTIMEO_NEW, SO_SNDTIMEO_OLD,
|
/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
D | syscalls.rs | 756 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 => { in set_socket_timeout() 959 Timeout::Recv => SO_RCVTIMEO_OLD, in set_socket_timeout_old() 975 Err(io::Errno::NOPROTOOPT) if SO_RCVTIMEO_NEW != SO_RCVTIMEO_OLD => { in get_socket_timeout() 987 Timeout::Recv => SO_RCVTIMEO_OLD, in get_socket_timeout_old()
|
/third_party/musl/arch/powerpc64/ |
D | syscall_arch.h | 89 #define SO_RCVTIMEO_OLD 18 macro
|
/third_party/musl/arch/powerpc/ |
D | syscall_arch.h | 93 #define SO_RCVTIMEO_OLD 18 macro
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
D | syscall.h | 341 #ifndef SO_RCVTIMEO_OLD 342 #define SO_RCVTIMEO_OLD 20 macro
|
/third_party/musl/arch/mips64/ |
D | syscall_arch.h | 128 #define SO_RCVTIMEO_OLD 0x1006 macro
|
/third_party/musl/arch/mipsn32/ |
D | syscall_arch.h | 130 #define SO_RCVTIMEO_OLD 0x1006 macro
|
/third_party/musl/porting/linux/user/src/internal/ |
D | syscall.h | 356 #ifndef SO_RCVTIMEO_OLD 357 #define SO_RCVTIMEO_OLD 20 macro
|
/third_party/musl/src/internal/ |
D | syscall.h | 355 #ifndef SO_RCVTIMEO_OLD 356 #define SO_RCVTIMEO_OLD 20 macro
|
/third_party/musl/arch/mips/ |
D | syscall_arch.h | 151 #define SO_RCVTIMEO_OLD 0x1006 macro
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 1084 pub const SO_RCVTIMEO_OLD: u32 = 20; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 1081 pub const SO_RCVTIMEO_OLD: u32 = 20; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
D | general.rs | 1084 pub const SO_RCVTIMEO_OLD: u32 = 20; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 1080 pub const SO_RCVTIMEO_OLD: u32 = 20; constant
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | general.rs | 1078 pub const SO_RCVTIMEO_OLD: u32 = 20; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | general.rs | 1072 pub const SO_RCVTIMEO_OLD: u32 = 18; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 1295 pub const SO_RCVTIMEO_OLD: u32 = 8192; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 1079 pub const SO_RCVTIMEO_OLD: u32 = 20; constant
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 1080 pub const SO_RCVTIMEO_OLD: u32 = 20; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
D | general.rs | 1084 pub const SO_RCVTIMEO_OLD: u32 = 4102; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 1081 pub const SO_RCVTIMEO_OLD: u32 = 20; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | general.rs | 1072 pub const SO_RCVTIMEO_OLD: u32 = 18; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
D | general.rs | 1295 pub const SO_RCVTIMEO_OLD: u32 = 8192; constant
|