Searched defs:getaddrinfo_error (Results 1 - 1 of 1) sorted by path

/system/core/libcutils/
H A Dsocket_network_client_unix.c44 // On error, check *getaddrinfo_error (for use with gai_strerror) first;
47 int* getaddrinfo_error) {
57 *getaddrinfo_error = getaddrinfo(host, port_str, &hints, &addrs);
58 if (*getaddrinfo_error != 0) {
123 int getaddrinfo_error; local
124 return socket_network_client_timeout(host, port, type, 0, &getaddrinfo_error);
46 socket_network_client_timeout(const char* host, int port, int type, int timeout, int* getaddrinfo_error) argument

Completed in 89 milliseconds