Home
last modified time | relevance | path

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

/DragonOS-0.1.7/user/apps/test_relibc/
Dmain.c148 if (connect(client_sockfd, (struct sockaddr *)&server_addr, sizeof(server_addr)) < 0) in tcp_client()
/DragonOS-0.1.7/kernel/src/net/
Dsocket.rs269 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()
Dmod.rs92 fn connect(&mut self, endpoint: Endpoint) -> Result<(), SystemError>; in connect() method
Dsyscall.rs237 socket.connect(endpoint)?; in do_connect()