Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/net/
Dmod.rs101 fn bind(&mut self, _endpoint: Endpoint) -> Result<(), SystemError> { in bind() method
Dsocket.rs564 fn bind(&mut self, endpoint: Endpoint) -> Result<(), SystemError> { in bind() method
880 fn bind(&mut self, endpoint: Endpoint) -> Result<(), SystemError> { in bind() method
Dsyscall.rs185 pub fn bind(fd: usize, addr: *const SockAddr, addrlen: usize) -> Result<usize, SystemError> { in bind() method