Searched refs:AddressNotBindable (Results 1 – 8 of 8) sorted by relevance
44 crate::sockets::util::ErrorCode::AddressNotBindable => Self::AddressNotBindable, in from()
158 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()
23 AddressNotBindable, enumerator129 std::io::ErrorKind::AddrNotAvailable => Self::AddressNotBindable, in from()160 Errno::ADDRNOTAVAIL => Self::AddressNotBindable, in from()
52 std::io::ErrorKind::AddrNotAvailable => ErrorCode::AddressNotBindable, in from()93 Errno::ADDRNOTAVAIL => ErrorCode::AddressNotBindable, in from()
60 Err(ErrorCode::AddressNotBindable) in test_udp_bind_addrnotavail()
58 Err(ErrorCode::AddressNotBindable) in test_udp_bind_addrnotavail()
119 Err(ErrorCode::AddressNotBindable) in test_tcp_bind_addrnotavail()
97 Err(ErrorCode::AddressNotBindable) in test_tcp_bind_addrnotavail()