Lines Matching refs:servers
892 // is ready for connection (contained both IP address and DNS servers), and
958 vector<string> servers(properties.dns_servers.begin(),
960 PrependDNSServers(properties.address_family, &servers);
961 if (servers == properties.dns_servers) {
963 // to update the config's list of servers.
967 ipconfig->UpdateDNSServers(servers);
971 vector<string>* servers) {
976 for (const auto& server : *servers) {
982 servers->swap(output_servers);
1497 << ": Switching to fallback DNS servers.";
1498 // Save the DNS servers from ipconfig.
1502 // Start DNS test for configured DNS servers.
1519 // Switch back to the configured DNS servers.
1521 << ": Switching back to configured DNS servers.";
1528 // Push new DNS servers setting to the IP config object.
1530 // Push new DNS servers setting to the current connection, so the resolver
1531 // will be updated to use the new DNS servers.