/aosp_15_r20/packages/modules/Virtualization/libs/libforwarder/src/ |
D | stream.rs | 48 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 …]
|
D | forwarder.rs | 64 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 D | embedded_test_server_connection_listener.h | 12 class StreamSocket; variable
|
H A D | http_connection.h | 19 class StreamSocket; variable
|
H A D | simple_connection_listener.h | 13 class StreamSocket; variable
|
H A D | http1_connection.h | 25 class StreamSocket; variable
|
H A D | embedded_test_server.h | 42 class StreamSocket; variable
|
/aosp_15_r20/external/cronet/net/socket/ |
H A D | server_socket.h | 20 class StreamSocket; variable
|
H A D | fuzzed_server_socket.h | 23 class StreamSocket; variable
|
H A D | transport_connect_sub_job.h | 23 class StreamSocket; variable
|
H A D | socket_bio_adapter.h | 21 class StreamSocket; variable
|
H A D | connect_job_test_util.h | 19 class StreamSocket; variable
|
H A D | socks_connect_job.h | 27 class StreamSocket; variable
|
H A D | client_socket_pool.h | 42 class StreamSocket; variable
|
H A D | ssl_client_socket.h | 31 class StreamSocket; variable
|
H A D | connect_job.h | 54 class StreamSocket; variable
|
/aosp_15_r20/external/openscreen/platform/impl/ |
H A D | tls_connection_factory_posix.h | 21 class StreamSocket; variable
|
/aosp_15_r20/external/cronet/net/server/ |
H A D | http_server.h | 28 class StreamSocket; variable
|
H A D | http_connection.h | 17 class StreamSocket; variable
|
/aosp_15_r20/packages/modules/Virtualization/guest/forwarder_guest/src/ |
D | main.rs | 59 fn run_forwarder(local_stream: StreamSocket, remote_stream: StreamSocket) -> Result<()> { in run_forwarder()
|
/aosp_15_r20/external/cronet/net/http/ |
H A D | http_proxy_client_socket.h | 35 class StreamSocket; variable
|
H A D | http_stream_parser.h | 36 class StreamSocket; variable
|
/aosp_15_r20/external/cronet/net/spdy/ |
H A D | spdy_session_pool.h | 45 class StreamSocket; variable
|
/aosp_15_r20/external/scapy/scapy/ |
H A D | supersocket.py | 128 class StreamSocket(SimpleSocket): class
|
/aosp_15_r20/external/cronet/net/dns/ |
H A D | address_sorter_posix_unittest.cc | 202 std::unique_ptr<StreamSocket>, in CreateSSLClientSocket()
|