Home
last modified time | relevance | path

Searched refs:ShutdownType (Results 1 – 3 of 3) sorted by relevance

/DragonOS-0.1.8/kernel/src/net/
Dmod.rs34 pub enum ShutdownType { enum
40 impl TryFrom<i32> for ShutdownType { implementation
49 impl Into<i32> for ShutdownType { implementation
112 fn shutdown(&self, _type: ShutdownType) -> Result<(), SystemError> { in shutdown()
Dsyscall.rs21 Endpoint, Protocol, ShutdownType, Socket,
319 socket.shutdown(ShutdownType::try_from(how as i32)?)?; in shutdown()
Dsocket.rs896 fn shutdown(&self, _type: super::ShutdownType) -> Result<(), SystemError> { in shutdown()