Home
last modified time | relevance | path

Searched refs:HostUnreachable (Results 1 – 25 of 272) sorted by relevance

1234567891011

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/query/
H A Destablish_cursors_test.cpp210 return Status(ErrorCodes::HostUnreachable, "host unreachable"); in TEST_F()
246 return Status(ErrorCodes::HostUnreachable, "host unreachable"); in TEST_F()
275 ASSERT_EQUALS(ErrorCodes::HostUnreachable, swCursors.getStatus().code()); in TEST_F()
283 return Status(ErrorCodes::HostUnreachable, "host unreachable"); in TEST_F()
315 return Status(ErrorCodes::HostUnreachable, "host unreachable"); in TEST_F()
477 return Status(ErrorCodes::HostUnreachable, "host unreachable"); in TEST_F()
533 return Status(ErrorCodes::HostUnreachable, "host unreachable"); in TEST_F()
587 return Status(ErrorCodes::HostUnreachable, "host unreachable"); in TEST_F()
603 return Status(ErrorCodes::HostUnreachable, "host unreachable"); in TEST_F()
643 return Status(ErrorCodes::HostUnreachable, "host unreachable"); in TEST_F()
[all …]
/dports/www/anyterm/anyterm-1.1.29/libpbe/include/
H A DException.hh95 struct HostUnreachable: public ErrnoException { struct
96 HostUnreachable(std::string dw): in HostUnreachable() argument
150 case EHOSTUNREACH: throw HostUnreachable(dw); in throw_ErrnoException()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/catalog/
H A Dsharding_catalog_drop_coll_test.cpp265 configTargeter()->setFindHostReturnValue({ErrorCodes::HostUnreachable, "bad test network"}); in TEST_F()
269 ASSERT_EQ(ErrorCodes::HostUnreachable, status.code()); in TEST_F()
280 shard1Targeter->setFindHostReturnValue({ErrorCodes::HostUnreachable, "bad test network"}); in TEST_F()
284 ASSERT_EQ(ErrorCodes::HostUnreachable, status.code()); in TEST_F()
345 shard2Targeter->setFindHostReturnValue({ErrorCodes::HostUnreachable, "bad test network"}); in TEST_F()
349 ASSERT_EQ(ErrorCodes::HostUnreachable, status.code()); in TEST_F()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvilib/core/
H A DKviError.cpp236 return KviError::HostUnreachable; in translateSystemError()
277 return KviError::HostUnreachable; in translateSystemError()
H A DKviError.h157 HostUnreachable = 108, enumerator
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/tokio-socks-0.5.1/src/
H A Derror.rs37 HostUnreachable, enumerator
/dports/net-im/fractal/fractal-4.4.0/vendor/tokio-socks/src/
H A Derror.rs37 HostUnreachable, enumerator
/dports/net/routinator/routinator-0.10.2/cargo-crates/tokio-socks-0.5.1/src/
H A Derror.rs37 HostUnreachable, enumerator
/dports/www/xh/xh-0.14.1/cargo-crates/tokio-socks-0.5.1/src/
H A Derror.rs37 HostUnreachable, enumerator
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/tokio-socks-0.2.2/src/
H A Derror.rs37 HostUnreachable, enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Primitives/src/System/Net/Sockets/
H A DSocketError.cs48 HostUnreachable = (10000 + 65), enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Sockets/
H A DSocketErrors.cs274 HostUnreachable = (10000+65), //WSAEHOSTUNREACH enumerator
/dports/devel/ptlib/ptlib-2.10.11/include/ptlib/
H A Dicmpsock.h65 HostUnreachable, enumerator
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/tokio-socks-0.2.0/src/
H A Derror.rs39 HostUnreachable, enumerator
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/
H A Dkill_sessions_common.cpp87 return Status(ErrorCodes::HostUnreachable, "Failed to kill on some hosts"); in killSessionsCmdHelper()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/transport/
H A Dtransport_layer_legacy.cpp163 return {ErrorCodes::HostUnreachable, "Recv failed"}; in sourceMessage()
186 return {ErrorCodes::HostUnreachable, e.what()}; in sinkMessage()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Net/Sockets/
H A DSocketErrorPal.Unix.cs52 { Interop.Error.EHOSTUNREACH, SocketError.HostUnreachable },
101 { SocketError.HostUnreachable, Interop.Error.EHOSTUNREACH },
/dports/lang/rust/rustc-1.58.1-src/library/std/src/sys/windows/
H A Dmod.rs93 c::ERROR_HOST_UNREACHABLE => return HostUnreachable, in decode_error_kind()
122 c::WSAEHOSTUNREACH => HostUnreachable, in decode_error_kind()
/dports/www/npm-node14/npm-6.14.8/lib/node_modules/npm/node_modules/socks/typings/common/
H A Dconstants.d.ts65 HostUnreachable = 4, enumerator
/dports/www/npm-node16/npm-6.14.8/lib/node_modules/npm/node_modules/socks/typings/common/
H A Dconstants.d.ts65 HostUnreachable = 4, enumerator
/dports/www/npm-node17/npm-6.14.8/lib/node_modules/npm/node_modules/socks/typings/common/
H A Dconstants.d.ts65 HostUnreachable = 4, enumerator
/dports/www/npm/npm-6.14.8/lib/node_modules/npm/node_modules/socks/typings/common/
H A Dconstants.d.ts65 HostUnreachable = 4, enumerator
/dports/www/node10/node-v10.24.1/deps/npm/node_modules/socks/typings/common/
H A Dconstants.d.ts65 HostUnreachable = 4, enumerator
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/base/
H A Derror_codes.err9 error_code("HostUnreachable", 6)
266 error_class("NetworkError", ["HostUnreachable", "HostNotFound", "NetworkTimeout", "SocketException"…
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/executor/
H A Dnetwork_interface_asio_connect.cpp92 ec = make_error_code(ErrorCodes::HostUnreachable); in _connect()

1234567891011