Searched refs:getaddrinfo_numeric (Results 1 – 3 of 3) sorted by relevance
/packages/modules/DnsResolver/ |
D | resolv_private.h | 180 int getaddrinfo_numeric(const char* hostname, const char* servname, addrinfo hints,
|
D | getaddrinfo.cpp | 261 int getaddrinfo_numeric(const char* hostname, const char* servname, addrinfo hints, in getaddrinfo_numeric() function 1520 error = getaddrinfo_numeric(addr, nullptr, *pai, &res0); in _gethtent() 1543 int error = getaddrinfo_numeric(host.c_str(), nullptr, *pai, &res0); in getCustomHosts()
|
D | res_cache.cpp | 1593 if (int err = getaddrinfo_numeric(server.c_str(), "53", hints, &result); err != 0) { in isValidServer()
|