HomeSort by relevance Sort by last modified time
    Searched refs:servers (Results 1 - 25 of 303) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/google-breakpad/src/common/mac/
bootstrap_compat.h 33 #include <servers/bootstrap.h>
  /external/autotest/site_utils/
deploy_server.py 19 def _filter_servers(servers):
20 """Filter a set of servers to those that should be deployed to."""
22 for s in servers:
33 """Discover the in-production servers to update.
35 Returns the set of servers from serverdb that are in production and should
36 be updated. This filters out servers in need of repair, or servers of roles
51 servers = rpc.run('get_servers')
53 return {s['hostname'] for s in _filter_servers(servers)}
66 description='Run deploy_server_local on a bunch of servers. Extra
    [all...]
sync_cloudsql_access.py 7 """Tool to sync lab servers to the "Allowed Networks" of a CloudSQL instance.
11 read the list of lab servers from server database and update the list of
15 servers to the "Allowed Networks" list of the CloudSQL instance. This allows
16 servers that do not run Autotest code can access the CloudSQL instance.
20 should be prohibited. Instead, the servers should be added to
67 @param extra_servers: Extra servers to be included in the "Allowed Networks"
70 # Get the IP address of all servers need access to CloudSQL instance.
72 servers = [s['hostname'] for s in rpc.run('get_servers')
76 servers.extend(extra_servers.split(','))
77 # Extra servers can be listed in CLOUD/tko_access_servers shadow config
    [all...]
server_manager_actions.py 5 """This module provides utility functions to help managing servers in server
11 are required to be executed and what actions to executed on which servers.
84 # Find the servers with role
85 servers = server_manager_utils.get_servers(
87 if not servers:
93 for server in servers:
  /system/netd/tests/dns_responder/
dns_responder_client.h 29 bool SetResolversForNetwork(const std::vector<std::string>& servers,
32 bool SetResolversForNetwork(const std::vector<std::string>& servers,
36 bool SetResolversWithTls(const std::vector<std::string>& servers,
41 // Pass servers as both network-assigned and TLS servers. Tests can
43 return SetResolversWithTls(servers, searchDomains, params,
44 servers, name, fingerprints);
47 bool SetResolversWithTls(const std::vector<std::string>& servers,
56 std::vector<std::string>* servers);
dns_responder_client.cpp 48 bool DnsResponderClient::SetResolversForNetwork(const std::vector<std::string>& servers,
50 const auto rv = mNetdSrv->setResolverConfiguration(TEST_NETID, servers, domains, params,
55 bool DnsResponderClient::SetResolversWithTls(const std::vector<std::string>& servers,
59 const auto rv = mNetdSrv->setResolverConfiguration(TEST_NETID, servers, domains, params,
67 std::vector<std::string>* servers) {
70 servers->resize(num_servers);
72 auto& server = (*servers)[i];
  /external/curl/lib/
hostsyn.c 60 * Function provided by the resolver backend to set DNS servers to use.
63 char *servers)
66 (void)servers;
  /external/curl/docs/cmdline-opts/
dns-servers.d 1 Long: dns-servers
7 Set the list of DNS servers to be used instead of the system default.
ftp-pret.d 6 Tell curl to send a PRET command before PASV (and EPSV). Certain FTP servers,
head.d 6 Fetch the headers only! HTTP-servers feature the command HEAD which this uses
ignore-content-length.d 6 servers running Apache 1.x, which will report incorrect Content-Length for
tftp-no-options.d 8 This option improves interop with some legacy servers that do not acknowledge
  /external/ppp/pppd/plugins/radius/etc/
radiusclient.conf 30 # item can appear more then one time. if multiple servers are
46 servers /usr/local/etc/radiusclient/servers
  /system/netd/server/
ResolverController.h 47 int setDnsServers(unsigned netId, const char* searchDomains, const char** servers,
68 int getDnsInfo(unsigned netId, std::vector<std::string>* servers,
74 int setResolverConfiguration(int32_t netId, const std::vector<std::string>& servers,
79 int getResolverInfo(int32_t netId, std::vector<std::string>* servers,
ResolverController.cpp 114 int set(int32_t netId, const std::vector<std::string>& servers, const std::string& name,
118 netId, servers.size(), name.c_str(), fingerprints.size());
123 // Parse the list of servers that has been passed in
125 for (size_t i = 0; i < servers.size(); ++i) {
127 if (!parseServer(servers[i].c_str(), &parsed)) {
160 // Remove any servers from the tracker that are not in |servers| exactly.
169 // Add any new or changed servers to the tracker, and initiate async checks for them.
223 dw.println("No Private DNS servers configured");
366 // Structure for tracking the validation status of servers on a specific netId
    [all...]
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
RTCICEServer+JSON.m 36 NSMutableArray *servers = [NSMutableArray arrayWithCapacity:uris.count];
42 [servers addObject:server];
44 return servers;
  /prebuilts/go/darwin-x86/src/net/
dnsconfig_unix.go 23 servers []string // server addresses (in host:port form) to use
28 rotate bool // round robin among servers
45 conf.servers = defaultNS
54 conf.servers = defaultNS
70 if len(f) > 1 && len(conf.servers) < 3 { // small, but the standard limit
75 conf.servers = append(conf.servers, JoinHostPort(f[1], "53"))
77 conf.servers = append(conf.servers, JoinHostPort(f[1], "53"))
86 case "search": // set search path to given servers
    [all...]
dnsconfig_unix_test.go 25 servers: []string{"8.8.8.8:53", "[2001:4860:4860::8888]:53", "[fe80::1%lo0]:53"},
37 servers: []string{"8.8.8.8:53"},
47 servers: []string{"8.8.8.8:53"},
57 servers: defaultNS,
67 servers: defaultNS,
77 servers: defaultNS,
87 servers: defaultNS,
101 servers: []string{"169.254.169.254:53", "10.240.0.1:53"},
135 servers: defaultNS,
  /prebuilts/go/linux-x86/src/net/
dnsconfig_unix.go 23 servers []string // server addresses (in host:port form) to use
28 rotate bool // round robin among servers
45 conf.servers = defaultNS
54 conf.servers = defaultNS
70 if len(f) > 1 && len(conf.servers) < 3 { // small, but the standard limit
75 conf.servers = append(conf.servers, JoinHostPort(f[1], "53"))
77 conf.servers = append(conf.servers, JoinHostPort(f[1], "53"))
86 case "search": // set search path to given servers
    [all...]
dnsconfig_unix_test.go 25 servers: []string{"8.8.8.8:53", "[2001:4860:4860::8888]:53", "[fe80::1%lo0]:53"},
37 servers: []string{"8.8.8.8:53"},
47 servers: []string{"8.8.8.8:53"},
57 servers: defaultNS,
67 servers: defaultNS,
77 servers: defaultNS,
87 servers: defaultNS,
101 servers: []string{"169.254.169.254:53", "10.240.0.1:53"},
135 servers: defaultNS,
  /system/netd/tests/
netd_test.cpp 159 bool GetResolverInfo(std::vector<std::string>* servers, std::vector<std::string>* domains,
164 auto rv = mNetdSrv->getResolverInfo(TEST_NETID, servers, domains, &params32, &stats32);
231 std::vector<std::string> servers; local
234 ASSERT_NO_FATAL_FAILURE(SetupDNSServers(MAXNS, mappings, &dns, &servers));
236 ASSERT_TRUE(SetResolversForNetwork(servers, domains, mDefaultParams_Binder));
285 std::vector<std::string> servers = { listen_addr }; local
286 ASSERT_TRUE(SetResolversForNetwork(servers, mDefaultSearchDomains, mDefaultParams_Binder));
329 std::vector<std::string> servers; local
332 ASSERT_NO_FATAL_FAILURE(SetupDNSServers(4, mappings, &dns, &servers));
336 ASSERT_TRUE(SetResolversForNetwork(servers, domains, mDefaultParams_Binder))
393 std::vector<std::string> servers = { listen_addr }; local
460 std::vector<std::string> servers = { listen_addr }; local
483 std::vector<std::string> servers = { listen_addr }; local
509 std::vector<std::string> servers = { listen_addr }; local
533 std::vector<std::string> servers = { listen_addr }; local
562 std::vector<std::string> servers = { listen_addr0, listen_addr1 }; local
614 const std::vector<std::string> servers = { listen_addr0, listen_addr1, listen_addr2 }; local
693 std::vector<std::string> servers = { listen_addr }; local
723 std::vector<std::string> servers; local
757 std::vector<std::string> servers = { listen_addr }; local
784 std::vector<std::string> servers = { listen_addr }; local
844 std::vector<std::string> servers = { listen_addr }; local
895 std::vector<std::string> servers = { listen_addr }; local
932 std::vector<std::string> servers = { listen_addr }; local
964 std::vector<std::string> servers = { listen_addr }; local
1001 std::vector<std::string> servers = { listen_addr }; local
1050 std::vector<std::string> servers = { listen_addr1, listen_addr2 }; local
1102 std::vector<std::string> servers = { listen_addr }; local
1131 std::vector<std::string> servers = { listen_addr }; local
1183 const std::vector<std::string> servers = { cleartext_addr }; local
1311 const std::vector<std::string> servers = { cleartext_addr }; local
    [all...]
  /external/dhcpcd-6.8.2/dhcpcd-hooks/
50-ntp.conf 38 local interfaces= header= srvs= servers= x=
54 servers="${servers}server $x$NL"
71 if [ -n "$servers" ]; then
73 printf %s "$servers" >> "$cf"
  /external/google-breakpad/src/client/mac/Framework/
OnDemandServer.h 31 #include <servers/bootstrap.h>
  /external/webrtc/talk/app/webrtc/
peerconnectionfactory_unittest.cc 176 config.servers.push_back(ice_server);
179 config.servers.push_back(ice_server);
182 config.servers.push_back(ice_server);
212 config.servers.push_back(ice_server);
237 config.servers.push_back(ice_server);
241 config.servers.push_back(ice_server);
262 config.servers.push_back(ice_server);
281 config.servers.push_back(ice_server);
284 config.servers.push_back(ice_server);
287 config.servers.push_back(ice_server)
    [all...]
  /frameworks/base/core/java/android/net/
INetworkManagementEventObserver.aidl 95 * Information about available DNS servers has been received.
98 * @param lifetime The time in seconds for which the DNS servers may be used.
99 * @param servers The IP addresses of the DNS servers.
101 void interfaceDnsServerInfo(String iface, long lifetime, in String[] servers);

Completed in 588 milliseconds

1 2 3 4 5 6 7 8 91011>>