Searched refs:connect (Results 1 – 4 of 4) sorted by relevance
/DragonOS-0.1.7/user/apps/test_relibc/ |
D | main.c | 148 if (connect(client_sockfd, (struct sockaddr *)&server_addr, sizeof(server_addr)) < 0) in tcp_client()
|
/DragonOS-0.1.7/kernel/src/net/ |
D | socket.rs | 269 fn connect(&mut self, _endpoint: super::Endpoint) -> Result<(), SystemError> { in connect() method 445 fn connect(&mut self, endpoint: super::Endpoint) -> Result<(), SystemError> { in connect() method 666 fn connect(&mut self, endpoint: Endpoint) -> Result<(), SystemError> { in connect() method 677 match socket.connect(&mut inner_iface.context(), ip, temp_port) { in connect()
|
D | mod.rs | 92 fn connect(&mut self, endpoint: Endpoint) -> Result<(), SystemError>; in connect() method
|
D | syscall.rs | 237 socket.connect(endpoint)?; in do_connect()
|