Home
last modified time | relevance | path

Searched refs:CONNREFUSED (Results 1 – 7 of 7) sorted by relevance

/third_party/node/test/parallel/
Dtest-dns-promises-exists.js20 assert.strictEqual(dnsPromises.CONNREFUSED, dns.CONNREFUSED);
/third_party/node/lib/
Ddns.js59 CONNREFUSED,
329 CONNREFUSED, property
/third_party/node/lib/internal/dns/
Dpromises.js33 CONNREFUSED,
354 CONNREFUSED, property
Dutils.js327 CONNREFUSED: 'ECONNREFUSED', property
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Derrno.rs284 pub const CONNREFUSED: Self = Self::from_errno(errno::ECONNREFUSED); constant
/third_party/rust/crates/rustix/src/backend/libc/io/
Derrno.rs196 pub const CONNREFUSED: Self = Self(c::ECONNREFUSED); constant
/third_party/node/doc/api/
Ddns.md1421 * `dns.CONNREFUSED`: Could not contact DNS servers.