Searched defs:VsockListener (Results 1 – 3 of 3) sorted by relevance
68 pub struct VsockListener { struct72 impl VsockListener { implementation93 pub fn bind_with_cid_port(cid: u32, port: u32) -> Result<VsockListener> { in bind_with_cid_port()161 impl AsRawFd for VsockListener { implementation167 impl FromRawFd for VsockListener { implementation173 impl IntoRawFd for VsockListener { implementation181 impl Drop for VsockListener { implementation
272 pub fn listen(self) -> io::Result<VsockListener> { in listen()426 pub struct VsockListener { struct430 impl VsockListener { argument433 pub fn bind<A: ToSocketAddr>(addr: A) -> io::Result<VsockListener> { in bind()487 impl AsRawFd for VsockListener { implementation
284 pub fn listen(self) -> io::Result<VsockListener> { in listen()438 pub struct VsockListener { struct442 impl VsockListener { implementation445 pub fn bind<A: ToSocketAddr>(addr: A) -> io::Result<VsockListener> { in bind()499 impl AsRawFd for VsockListener { implementation