Home
last modified time | relevance | path

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

/system/core/libcutils/
Dsocket_network_client_unix.c47 int* getaddrinfo_error) { in socket_network_client_timeout() argument
57 *getaddrinfo_error = getaddrinfo(host, port_str, &hints, &addrs); in socket_network_client_timeout()
58 if (*getaddrinfo_error != 0) { in socket_network_client_timeout()
123 int getaddrinfo_error; in socket_network_client() local
124 return socket_network_client_timeout(host, port, type, 0, &getaddrinfo_error); in socket_network_client()
/system/core/libcutils/include/cutils/
Dsockets.h90 int timeout, int* getaddrinfo_error);
/system/core/libcutils/include_vndk/cutils/
Dsockets.h90 int timeout, int* getaddrinfo_error);
/system/core/adb/
Dsysdeps.h619 int getaddrinfo_error = 0; in network_connect() local
621 &getaddrinfo_error); in network_connect()
625 if (getaddrinfo_error != 0) { in network_connect()
626 *error = gai_strerror(getaddrinfo_error); in network_connect()