Searched refs:socket_network_client_timeout (Results 1 – 3 of 3) sorted by relevance
/system/core/libcutils/ |
D | socket_network_client_unix.c | 46 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/ |
D | sockets.h | 108 int socket_network_client_timeout(const char* host, int port, int type,
|
/system/core/adb/ |
D | sysdeps.h | 668 int fd = socket_network_client_timeout(host.c_str(), port, type, timeout, in network_connect()
|