Home
last modified time | relevance | path

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

/cloud-hypervisor/virtio-devices/src/vsock/unix/
H A Dmuxer.rs949 fn create_local_listener(&self, port: u32) -> LocalListener { in create_local_listener()
1007 struct LocalListener { struct
1008 path: PathBuf,
1009 sock: UnixListener,
1011 impl LocalListener { impl
1027 impl Drop for LocalListener { implementation