Searched defs:bind (Results 1 – 3 of 3) sorted by relevance
101 fn bind(&mut self, _endpoint: Endpoint) -> Result<(), SystemError> { in bind() method
564 fn bind(&mut self, endpoint: Endpoint) -> Result<(), SystemError> { in bind() method880 fn bind(&mut self, endpoint: Endpoint) -> Result<(), SystemError> { in bind() method
185 pub fn bind(fd: usize, addr: *const SockAddr, addrlen: usize) -> Result<usize, SystemError> { in bind() method