Home
last modified time | relevance | path

Searched refs:AddressNotBindable (Results 1 – 8 of 8) sorted by relevance

/wasmtime-44.0.1/crates/wasi/src/p2/
H A Dnetwork.rs44 crate::sockets::util::ErrorCode::AddressNotBindable => Self::AddressNotBindable, in from()
/wasmtime-44.0.1/crates/wasi/src/p3/sockets/
H A Dconv.rs158 std::io::ErrorKind::AddrNotAvailable => Self::AddressNotBindable, in from()
189 Errno::ADDRNOTAVAIL => Self::AddressNotBindable, in from()
235 crate::sockets::util::ErrorCode::AddressNotBindable => Self::AddressNotBindable, in from()
/wasmtime-44.0.1/crates/wasi/src/sockets/
H A Dutil.rs23 AddressNotBindable, enumerator
129 std::io::ErrorKind::AddrNotAvailable => Self::AddressNotBindable, in from()
160 Errno::ADDRNOTAVAIL => Self::AddressNotBindable, in from()
/wasmtime-44.0.1/crates/wasi/src/p2/host/
H A Dnetwork.rs52 std::io::ErrorKind::AddrNotAvailable => ErrorCode::AddressNotBindable, in from()
93 Errno::ADDRNOTAVAIL => ErrorCode::AddressNotBindable, in from()
/wasmtime-44.0.1/crates/test-programs/src/bin/
H A Dp3_sockets_udp_bind.rs60 Err(ErrorCode::AddressNotBindable) in test_udp_bind_addrnotavail()
H A Dp2_udp_bind.rs58 Err(ErrorCode::AddressNotBindable) in test_udp_bind_addrnotavail()
H A Dp3_sockets_tcp_bind.rs119 Err(ErrorCode::AddressNotBindable) in test_tcp_bind_addrnotavail()
H A Dp2_tcp_bind.rs97 Err(ErrorCode::AddressNotBindable) in test_tcp_bind_addrnotavail()