Home
last modified time | relevance | path

Searched refs:socket_network_client_timeout (Results 1 – 3 of 3) sorted by relevance

/system/core/libcutils/
Dsocket_network_client_unix.c46 int socket_network_client_timeout(const char* host, int port, int type, int timeout, in socket_network_client_timeout() function
124 return socket_network_client_timeout(host, port, type, 0, &getaddrinfo_error); in socket_network_client()
/system/core/include/cutils/
Dsockets.h108 int socket_network_client_timeout(const char* host, int port, int type,
/system/core/adb/
Dsysdeps.h668 int fd = socket_network_client_timeout(host.c_str(), port, type, timeout, in network_connect()