Home
last modified time | relevance | path

Searched defs:shutdown_type (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/net/socket/
H A Dmod.rs463 pub shutdown_type: RwLock<ShutdownType>, field
476 pub fn shutdown_type(&self) -> ShutdownType { in shutdown_type() method
H A Dinet.rs736 let shutdown_type = handle_item.shutdown_type(); in poll() localVariable