Lines Matching refs:servers
51 bool ensureNoInvalidIp(const std::vector<std::string>& servers) { in ensureNoInvalidIp() argument
53 for (const auto& s : servers) { in ensureNoInvalidIp()
92 std::vector<std::string> sortServers(const std::vector<std::string>& servers) { in sortServers() argument
93 std::vector<std::string> out = servers; in sortServers()
150 const std::vector<std::string>& servers, in setDot() argument
154 for (const auto& s : servers) { in setDot()
188 return resolv_stats_set_addrs(netId, PROTO_DOT, servers, kDotPort); in setDot()
597 const std::vector<std::string>& servers, in setDoh() argument
601 << std::dec << ", " << servers.size() << ", " << name << ")"; in setDoh()
607 const std::vector<std::string> sortedServers = sortServers(servers); in setDoh()
650 const std::vector<std::string>& servers, const std::string& name, in makeDohIdentity() argument
670 const auto& dohId = entry.getDohIdentity(servers, name); in makeDohIdentity()