Home
last modified time | relevance | path

Searched defs:CONNREFUSED (Results 1 - 3 of 3) sorted by relevance

/third_party/node/lib/internal/dns/
H A Dutils.js
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Derrno.rs196 pub const CONNREFUSED: Self = Self(c::ECONNREFUSED); consts
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Derrno.rs284 pub const CONNREFUSED: Self = Self::from_errno(errno::ECONNREFUSED); consts

Completed in 4 milliseconds