Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/net/
Dmod.rs112 fn shutdown(&self, _type: ShutdownType) -> Result<(), SystemError> { in shutdown() method
Dsocket.rs750 fn shutdown(&self, _type: super::ShutdownType) -> Result<(), SystemError> { in shutdown() method
Dsyscall.rs486 socket.shutdown(ShutdownType::try_from(how as i32)?)?; in do_shutdown()