Home
last modified time | relevance | path

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

/system/netd/resolv/
DDnsProxyListener.cpp205 int extractGetAddrInfoAnswers(const addrinfo* result, std::vector<std::string>* ip_addrs) { in extractGetAddrInfoAnswers() function
682 const int total_ip_addr_count = extractGetAddrInfoAnswers(result, &ip_addrs); in run()