Home
last modified time | relevance | path

Searched defs:TcpStream (Results 1 – 4 of 4) sorted by relevance

/tools/netsim/rust/daemon/src/transport/
Dsocket.rs88 fn handle_hci_client(stream: TcpStream) { in handle_hci_client()
139 fn reader(mut tcp_rx: TcpStream, kind: ChipKind, chip_id: ChipIdentifier) -> std::io::Result<()> { in reader()
Dwebsocket.rs92 pub fn run_websocket_transport(stream: TcpStream, queries: HashMap<&str, &str>) { in run_websocket_transport()
/tools/netsim/rust/http-proxy/src/
Dconnector.rs44 pub async fn connect(&self, addr: SocketAddr) -> Result<TcpStream> { in connect()
/tools/netsim/rust/daemon/src/http_server/
Dhttp_handlers.rs140 pub fn handle_connection(mut stream: TcpStream, valid_files: Arc<HashSet<String>>, dev: bool) { in handle_connection()