Searched refs:socket_network_client_timeout (Results 1 – 3 of 3) sorted by relevance
/aosp14/system/core/libcutils/ |
H A D | socket_network_client_unix.cpp | 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()
|
/aosp14/system/core/libcutils/include/cutils/ |
H A D | sockets.h | 88 int socket_network_client_timeout(const char* host, int port, int type,
|
/aosp14/system/core/libcutils/include_outside_system/cutils/ |
H A D | sockets.h | 88 int socket_network_client_timeout(const char* host, int port, int type,
|