Home
last modified time | relevance | path

Searched defs:StreamSocket (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/packages/modules/Virtualization/libs/libforwarder/src/
Dstream.rs48 pub struct StreamSocket { struct
53 impl StreamSocket { impl
55 pub fn connect(sockaddr: &str) -> result::Result<StreamSocket, StreamSocketError> { in connect()
97 impl io::Read for StreamSocket { implementation
110 impl io::Write for StreamSocket { implementation
136 impl AsRawFd for StreamSocket { implementation
142 impl From<TcpStream> for StreamSocket { implementation
148 impl From<UnixStream> for StreamSocket { implementation
154 impl From<VsockStream> for StreamSocket { implementation
160 impl FromRawFd for StreamSocket { implementation
[all …]
Dforwarder.rs64 fn forward(from_stream: &mut StreamSocket, to_stream: &mut StreamSocket) -> Result<bool> { in forward()
79 pub fn new(local: StreamSocket, remote: StreamSocket) -> Self { in new()
98 pub fn local_stream(&self) -> &StreamSocket { in local_stream()
103 pub fn remote_stream(&self) -> &StreamSocket { in remote_stream()
/aosp_15_r20/external/cronet/net/test/embedded_test_server/
H A Dembedded_test_server_connection_listener.h12 class StreamSocket; variable
H A Dhttp_connection.h19 class StreamSocket; variable
H A Dsimple_connection_listener.h13 class StreamSocket; variable
H A Dhttp1_connection.h25 class StreamSocket; variable
H A Dembedded_test_server.h42 class StreamSocket; variable
/aosp_15_r20/external/cronet/net/socket/
H A Dserver_socket.h20 class StreamSocket; variable
H A Dfuzzed_server_socket.h23 class StreamSocket; variable
H A Dtransport_connect_sub_job.h23 class StreamSocket; variable
H A Dsocket_bio_adapter.h21 class StreamSocket; variable
H A Dconnect_job_test_util.h19 class StreamSocket; variable
H A Dsocks_connect_job.h27 class StreamSocket; variable
H A Dclient_socket_pool.h42 class StreamSocket; variable
H A Dssl_client_socket.h31 class StreamSocket; variable
H A Dconnect_job.h54 class StreamSocket; variable
/aosp_15_r20/external/openscreen/platform/impl/
H A Dtls_connection_factory_posix.h21 class StreamSocket; variable
/aosp_15_r20/external/cronet/net/server/
H A Dhttp_server.h28 class StreamSocket; variable
H A Dhttp_connection.h17 class StreamSocket; variable
/aosp_15_r20/packages/modules/Virtualization/guest/forwarder_guest/src/
Dmain.rs59 fn run_forwarder(local_stream: StreamSocket, remote_stream: StreamSocket) -> Result<()> { in run_forwarder()
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_proxy_client_socket.h35 class StreamSocket; variable
H A Dhttp_stream_parser.h36 class StreamSocket; variable
/aosp_15_r20/external/cronet/net/spdy/
H A Dspdy_session_pool.h45 class StreamSocket; variable
/aosp_15_r20/external/scapy/scapy/
H A Dsupersocket.py128 class StreamSocket(SimpleSocket): class
/aosp_15_r20/external/cronet/net/dns/
H A Daddress_sorter_posix_unittest.cc202 std::unique_ptr<StreamSocket>, in CreateSSLClientSocket()

12