Searched refs:extractGetAddrInfoAnswers (Results 1 – 1 of 1) sorted by relevance
205 int extractGetAddrInfoAnswers(const addrinfo* result, std::vector<std::string>* ip_addrs) { in extractGetAddrInfoAnswers() function682 const int total_ip_addr_count = extractGetAddrInfoAnswers(result, &ip_addrs); in run()