Home
last modified time | relevance | path

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

/DragonOS/kernel/src/net/socket/
H A Dinet.rs296 fn do_bind(&self, socket: &mut udp::Socket, endpoint: Endpoint) -> Result<(), SystemError> { in do_bind() method
404 return self.do_bind(socket, endpoint); in bind()