Searched refs:remote_ep (Results 1 – 1 of 1) sorted by relevance
769 let remote_ep = socket.remote_endpoint().ok_or(SystemError::ENOTCONN)?; in accept() localVariable799 return Ok((new_socket, Endpoint::Ip(Some(remote_ep)))); in accept()