Home
last modified time | relevance | path

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

/aosp14/system/core/libcutils/
H A Dsocket_network_client_unix.cpp47 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()
/aosp14/system/core/libcutils/include/cutils/
H A Dsockets.h89 int timeout, int* getaddrinfo_error);
/aosp14/system/core/libcutils/include_outside_system/cutils/
H A Dsockets.h89 int timeout, int* getaddrinfo_error);