Searched refs:network_connect (Results 1 – 4 of 4) sorted by relevance
/system/core/adb/ |
D | transport_local.cpp | 119 int fd = network_connect(host.c_str(), port, SOCK_STREAM, 10, &error); in connect_device() 156 fd = network_connect(host, adb_port, SOCK_STREAM, 0, error); in local_connect_arbitrary_ports()
|
D | socket_spec.cpp | 157 result = network_connect(hostname, port, SOCK_STREAM, 0, error); in socket_spec_connect()
|
D | sysdeps.h | 263 int network_connect(const std::string& host, int port, int type, int timeout, 617 inline int network_connect(const std::string& host, int port, int type, in network_connect() function
|
D | sysdeps_win32.cpp | 835 int network_connect(const std::string& host, int port, int type, int timeout, std::string* error) { in network_connect() function
|