Searched defs:NOTSOCK (Results 1 – 2 of 2) sorted by relevance
748 pub const NOTSOCK: Self = Self(c::ENOTSOCK); constant
474 pub const NOTSOCK: Self = Self::from_errno(errno::ENOTSOCK); constant