Searched defs:connect (Results 1 – 3 of 3) sorted by relevance
/DragonOS-0.1.8/kernel/src/net/ |
D | mod.rs | 92 fn connect(&mut self, endpoint: Endpoint) -> Result<(), SystemError>; in connect() method
|
D | socket.rs | 391 fn connect(&mut self, _endpoint: super::Endpoint) -> Result<(), SystemError> { in connect() method 579 fn connect(&mut self, endpoint: super::Endpoint) -> Result<(), SystemError> { in connect() method 809 fn connect(&mut self, endpoint: Endpoint) -> Result<(), SystemError> { in connect() method
|
D | syscall.rs | 167 pub fn connect(fd: usize, addr: *const SockAddr, addrlen: usize) -> Result<usize, SystemError> { in connect() method
|