Home
last modified time | relevance | path

Searched refs:ConnectionReset (Results 1 – 5 of 5) sorted by relevance

/wasmtime-44.0.1/crates/wasi/src/p3/sockets/
H A Dconv.rs161 std::io::ErrorKind::ConnectionReset => Self::ConnectionReset, in from()
192 Errno::CONNRESET => Self::ConnectionReset, in from()
239 crate::sockets::util::ErrorCode::ConnectionReset => Self::ConnectionReset, in from()
/wasmtime-44.0.1/crates/wasi/src/p2/
H A Dnetwork.rs48 crate::sockets::util::ErrorCode::ConnectionReset => Self::ConnectionReset, in from()
/wasmtime-44.0.1/crates/wasi/src/sockets/
H A Dutil.rs27 ConnectionReset, enumerator
132 std::io::ErrorKind::ConnectionReset => Self::ConnectionReset, in from()
163 Errno::CONNRESET => Self::ConnectionReset, in from()
/wasmtime-44.0.1/crates/wasi/src/p2/host/
H A Dnetwork.rs55 std::io::ErrorKind::ConnectionReset => ErrorCode::ConnectionReset, in from()
97 Errno::CONNRESET => ErrorCode::ConnectionReset, in from()
/wasmtime-44.0.1/crates/test-programs/src/bin/
H A Dp3_sockets_tcp_streams.rs108 Err(ErrorCode::ConnectionBroken | ErrorCode::ConnectionReset) in test_tcp_send_drops_stream_when_remote_shutdown()