Searched refs:shutdown (Results 1 – 3 of 3) sorted by relevance
112 fn shutdown(&self, _type: ShutdownType) -> Result<(), SystemError> { in shutdown() method
750 fn shutdown(&self, _type: super::ShutdownType) -> Result<(), SystemError> { in shutdown() method
486 socket.shutdown(ShutdownType::try_from(how as i32)?)?; in do_shutdown()