Home
last modified time | relevance | path

Searched defs:ToProxyAddrs (Results 1 – 12 of 12) sorted by relevance

/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/tokio-socks-0.2.0/src/
H A Dtcp.rs48 pub async fn connect<'t, P, T>(proxy: P, target: T) -> Result<Self> in connect()
70 P: ToProxyAddrs, in connect_with_password()
100 pub async fn tor_resolve<'t, P, T>(proxy: P, target: T) -> Result<TargetAddr<'static>> in tor_resolve()
111 pub async fn tor_resolve_ptr<'t, P, T>(proxy: P, target: T) -> Result<TargetAddr<'static>> in tor_resolve_ptr()
126 ) -> Result<Socks5Stream> in execute_command()
417 pub async fn bind<'t, P, T>(proxy: P, target: T) -> Result<Socks5Listener> in bind()
440 ) -> Result<Socks5Listener> in bind_with_password()
448 …n bind_with_auth<'t, P, T>(auth: Authentication<'_>, proxy: P, target: T) -> Result<Socks5Listener> in bind_with_auth()
H A Dlib.rs25 pub trait ToProxyAddrs { interface
33 impl ToProxyAddrs for $t { impl
50 impl<'a> ToProxyAddrs for &'a [SocketAddr] { impl
66 impl<'a> ToProxyAddrs for (&'a str, u16) { impl
74 impl<'a, T: ToProxyAddrs + ?Sized> ToProxyAddrs for &'a T { impl
/dports/net-im/fractal/fractal-4.4.0/vendor/tokio-socks/src/
H A Dtcp.rs61 pub async fn connect<'t, P, T>(proxy: P, target: T) -> Result<Self> in connect()
83 P: ToProxyAddrs, in connect_with_password()
113 pub async fn tor_resolve<'t, P, T>(proxy: P, target: T) -> Result<TargetAddr<'static>> in tor_resolve()
124 pub async fn tor_resolve_ptr<'t, P, T>(proxy: P, target: T) -> Result<TargetAddr<'static>> in tor_resolve_ptr()
139 ) -> Result<Socks5Stream> in execute_command()
430 pub async fn bind<'t, P, T>(proxy: P, target: T) -> Result<Socks5Listener> in bind()
453 ) -> Result<Socks5Listener> in bind_with_password()
461 …n bind_with_auth<'t, P, T>(auth: Authentication<'_>, proxy: P, target: T) -> Result<Socks5Listener> in bind_with_auth()
H A Dlib.rs25 pub trait ToProxyAddrs { interface
33 impl ToProxyAddrs for $t { impl
50 impl<'a> ToProxyAddrs for &'a [SocketAddr] { impl
66 impl<'a> ToProxyAddrs for (&'a str, u16) { impl
74 impl<'a, T: ToProxyAddrs + ?Sized> ToProxyAddrs for &'a T { impl
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/tokio-socks-0.2.2/src/
H A Dtcp.rs61 pub async fn connect<'t, P, T>(proxy: P, target: T) -> Result<Self> in connect()
83 P: ToProxyAddrs, in connect_with_password()
113 pub async fn tor_resolve<'t, P, T>(proxy: P, target: T) -> Result<TargetAddr<'static>> in tor_resolve()
124 pub async fn tor_resolve_ptr<'t, P, T>(proxy: P, target: T) -> Result<TargetAddr<'static>> in tor_resolve_ptr()
139 ) -> Result<Socks5Stream> in execute_command()
430 pub async fn bind<'t, P, T>(proxy: P, target: T) -> Result<Socks5Listener> in bind()
453 ) -> Result<Socks5Listener> in bind_with_password()
461 …n bind_with_auth<'t, P, T>(auth: Authentication<'_>, proxy: P, target: T) -> Result<Socks5Listener> in bind_with_auth()
H A Dlib.rs25 pub trait ToProxyAddrs { interface
33 impl ToProxyAddrs for $t { impl
50 impl<'a> ToProxyAddrs for &'a [SocketAddr] { impl
66 impl<'a> ToProxyAddrs for (&'a str, u16) { impl
74 impl<'a, T: ToProxyAddrs + ?Sized> ToProxyAddrs for &'a T { impl
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/tokio-socks-0.5.1/src/
H A Dlib.rs25 pub trait ToProxyAddrs { trait
33 impl ToProxyAddrs for $t { impl
50 impl<'a> ToProxyAddrs for &'a [SocketAddr] { impl
66 impl<'a> ToProxyAddrs for (&'a str, u16) { impl
74 impl<'a, T: ToProxyAddrs + ?Sized> ToProxyAddrs for &'a T { impl
H A Dtcp.rs60 pub async fn connect<'t, P, T>(proxy: P, target: T) -> Result<Socks5Stream<TcpStream>> in connect()
80 ) -> Result<Socks5Stream<TcpStream>> in connect_with_password()
97 pub async fn tor_resolve<'t, P, T>(proxy: P, target: T) -> Result<TargetAddr<'static>> in tor_resolve()
111 pub async fn tor_resolve_ptr<'t, P, T>(proxy: P, target: T) -> Result<TargetAddr<'static>> in tor_resolve_ptr()
126 ) -> Result<Socks5Stream<TcpStream>> in execute_command()
525 pub async fn bind<'t, P, T>(proxy: P, target: T) -> Result<Socks5Listener<TcpStream>> in bind()
548 ) -> Result<Socks5Listener<TcpStream>> in bind_with_password()
560 ) -> Result<Socks5Listener<TcpStream>> in bind_with_auth()
/dports/net/routinator/routinator-0.10.2/cargo-crates/tokio-socks-0.5.1/src/
H A Dlib.rs25 pub trait ToProxyAddrs { trait
33 impl ToProxyAddrs for $t { impl
50 impl<'a> ToProxyAddrs for &'a [SocketAddr] { impl
66 impl<'a> ToProxyAddrs for (&'a str, u16) { impl
74 impl<'a, T: ToProxyAddrs + ?Sized> ToProxyAddrs for &'a T { impl
H A Dtcp.rs60 pub async fn connect<'t, P, T>(proxy: P, target: T) -> Result<Socks5Stream<TcpStream>> in connect()
80 ) -> Result<Socks5Stream<TcpStream>> in connect_with_password()
97 pub async fn tor_resolve<'t, P, T>(proxy: P, target: T) -> Result<TargetAddr<'static>> in tor_resolve()
111 pub async fn tor_resolve_ptr<'t, P, T>(proxy: P, target: T) -> Result<TargetAddr<'static>> in tor_resolve_ptr()
126 ) -> Result<Socks5Stream<TcpStream>> in execute_command()
525 pub async fn bind<'t, P, T>(proxy: P, target: T) -> Result<Socks5Listener<TcpStream>> in bind()
548 ) -> Result<Socks5Listener<TcpStream>> in bind_with_password()
560 ) -> Result<Socks5Listener<TcpStream>> in bind_with_auth()
/dports/www/xh/xh-0.14.1/cargo-crates/tokio-socks-0.5.1/src/
H A Dlib.rs25 pub trait ToProxyAddrs { interface
33 impl ToProxyAddrs for $t { impl
50 impl<'a> ToProxyAddrs for &'a [SocketAddr] { impl
66 impl<'a> ToProxyAddrs for (&'a str, u16) { impl
74 impl<'a, T: ToProxyAddrs + ?Sized> ToProxyAddrs for &'a T { impl
H A Dtcp.rs60 pub async fn connect<'t, P, T>(proxy: P, target: T) -> Result<Socks5Stream<TcpStream>> in connect()
80 ) -> Result<Socks5Stream<TcpStream>> in connect_with_password()
97 pub async fn tor_resolve<'t, P, T>(proxy: P, target: T) -> Result<TargetAddr<'static>> in tor_resolve()
111 pub async fn tor_resolve_ptr<'t, P, T>(proxy: P, target: T) -> Result<TargetAddr<'static>> in tor_resolve_ptr()
126 ) -> Result<Socks5Stream<TcpStream>> in execute_command()
525 pub async fn bind<'t, P, T>(proxy: P, target: T) -> Result<Socks5Listener<TcpStream>> in bind()
548 ) -> Result<Socks5Listener<TcpStream>> in bind_with_password()
560 ) -> Result<Socks5Listener<TcpStream>> in bind_with_auth()