Lines Matching refs:last_os_error
98 Err(io::Error::last_os_error()) in new()
136 let bind_err = io::Error::last_os_error(); in bind()
176 let connect_err = io::Error::last_os_error(); in connect()
189 let listen_err = io::Error::last_os_error(); in listen()
220 let getsockname_err = io::Error::last_os_error(); in local_port()
249 let getsockname_err = io::Error::last_os_error(); in local_port()
356 -1 => return Err(io::Error::last_os_error()), in connect()
367 return Err(io::Error::last_os_error()); in connect()
392 Err(io::Error::last_os_error()) in pair()
402 Err(io::Error::last_os_error()) in try_clone()
413 Err(io::Error::last_os_error()) in get_readable_bytes()
444 Err(io::Error::last_os_error()) in next_packet_size()
465 Err(io::Error::last_os_error()) in send()
487 Err(io::Error::last_os_error()) in recv()
574 Err(io::Error::last_os_error()) in set_timeout()
636 -1 => return Err(io::Error::last_os_error()), in bind()
647 return Err(io::Error::last_os_error()); in bind()
651 return Err(io::Error::last_os_error()); in bind()
665 return Err(io::Error::last_os_error()); in accept()
692 return Err(io::Error::last_os_error()); in path()