Home
last modified time | relevance | path

Searched refs:NOPROTOOPT (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dsyscalls.rs943 Err(io::Errno::NOPROTOOPT) if SO_RCVTIMEO_NEW != SO_RCVTIMEO_OLD => {
975 Err(io::Errno::NOPROTOOPT) if SO_RCVTIMEO_NEW != SO_RCVTIMEO_OLD => {
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Derrno.rs416 pub const NOPROTOOPT: Self = Self::from_errno(errno::ENOPROTOOPT); consts
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Derrno.rs718 pub const NOPROTOOPT: Self = Self(c::ENOPROTOOPT); consts

Completed in 4 milliseconds