Searched refs:ShutdownType (Results 1 – 3 of 3) sorted by relevance
34 pub enum ShutdownType { enum40 impl TryFrom<i32> for ShutdownType { implementation49 impl Into<i32> for ShutdownType { implementation112 fn shutdown(&self, _type: ShutdownType) -> Result<(), SystemError> { in shutdown()
20 Endpoint, Protocol, ShutdownType, Socket,486 socket.shutdown(ShutdownType::try_from(how as i32)?)?; in do_shutdown()
750 fn shutdown(&self, _type: super::ShutdownType) -> Result<(), SystemError> { in shutdown()