Home
last modified time | relevance | path

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

/DragonOS/kernel/src/net/socket/
H A Dmod.rs551 pub fn bind_port(&self, socket_type: SocketType, port: u16) -> Result<(), SystemError> { in bind_port()
569 pub fn unbind_port(&self, socket_type: SocketType, port: u16) { in unbind_port()
584 pub enum SocketType { enum
629 socket_type: SocketType, in new()