Searched refs:vsock (Results 1 – 15 of 15) sorted by relevance
24 mod vsock; module31 pub use vsock::VmType;
4 service.adb.listen_addrs=vsock:5555
44 adb forward tcp:8000 vsock:${cid}:5555
247 Ok(vsock) => { in connect_service()249 Some(vsock.into_raw_fd()) in connect_service()
27 serialized in CBOR format and transmitted over a virtio-vsock device.
222 [vsock](https://man7.org/linux/man-pages/man7/vsock.7.html) protocol.258 which transmits messages over an underlying vsock socket.265 vsock port, and the VirtualMachine class provides a way to connect to the VM and
38 use vsock::{VsockListener, VsockStream, VMADDR_CID_HOST};
112 vsock:<CID>:<port> -> vsock on the given CID and port
128 * "vsock:<CID>:<port>"
136 07-07 05:52:01.366 70 70 I adbd : adbd listening on vsock:5555
166 adb shell forward tcp:9876 vsock:${CID}:5555
483 let port = vsock::get_local_cid().context("Could not determine local CID")?; in get_vms_rpc_binder()
76 use vsock::{VsockListener, VsockStream};
92 **vsock**:**CID**:**PORT** (remote only).
92 use vsock::VsockStream;