HomeSort by relevance Sort by last modified time
    Searched refs:servers (Results 76 - 100 of 291) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/dnsmasq/src/
network.c 780 /* when using random ports, servers which would otherwise use
863 for (srv = daemon->servers; srv; srv = srv->next)
887 for (new = daemon->servers; new; new = tmp)
951 daemon->servers = ret;
1074 * - The subsequent elements are the DNS servers to forward queries to.
1076 int set_servers(const char *servers)
1085 strncpy(s, servers, sizeof(s));
1087 /* move old servers to free list - we can reuse the memory
1088 and not risk malloc if there are the same or fewer new servers.
1089 Servers which were specced on the command line go to the new list. *
    [all...]
  /bionic/libc/dns/resolv/
res_cache.c 124 * most high-level websites use lots of media/ad servers with different names
    [all...]
  /system/connectivity/shill/dhcp/
dhcpv4_config.cc 375 vector<uint32_t> servers = value.Get<vector<uint32_t>>(); local
376 for (vector<unsigned int>::const_iterator it = servers.begin();
377 it != servers.end(); ++it) {
  /external/autotest/client/common_lib/cros/
dev_server_unittest.py 122 self.mox.StubOutWithMock(dev_server.ImageServer, 'servers')
128 dev_server.ImageServer.servers().MultipleTimes().AndReturn(
326 self.mox.StubOutWithMock(dev_server.ImageServer, 'servers')
329 dev_server.ImageServer.servers().AndReturn([self._HOST])
344 self.mox.StubOutWithMock(dev_server.ImageServer, 'servers')
350 dev_server.ImageServer.servers().MultipleTimes().AndReturn(
574 self.mox.StubOutWithMock(dev_server.ImageServer, 'servers')
575 dev_server.ImageServer.servers().AndReturn([restricted_devserver,
  /prebuilts/go/darwin-x86/src/net/
conf_test.go 24 servers: defaultNS,
271 resolv: &dnsConfig{servers: defaultNS, ndots: 1, timeout: 5, attempts: 2, unknownOpt: true},
tcp_test.go 186 servers := make([]Conn, P)
200 servers[p] = s
251 }(servers[p])
270 }(servers[p])
dnsclient_unix.go 108 // already checked that all the cfg.servers[i] are IP
165 if len(cfg.servers) == 0 {
166 return "", nil, &DNSError{Err: "no DNS servers", Name: name}
174 for _, server := range cfg.servers {
  /prebuilts/go/linux-x86/src/net/
conf_test.go 24 servers: defaultNS,
271 resolv: &dnsConfig{servers: defaultNS, ndots: 1, timeout: 5, attempts: 2, unknownOpt: true},
tcp_test.go 186 servers := make([]Conn, P)
200 servers[p] = s
251 }(servers[p])
270 }(servers[p])
dnsclient_unix.go 108 // already checked that all the cfg.servers[i] are IP
165 if len(cfg.servers) == 0 {
166 return "", nil, &DNSError{Err: "no DNS servers", Name: name}
174 for _, server := range cfg.servers {
  /external/webrtc/talk/app/webrtc/
peerconnection_unittest.cc 775 config.servers.push_back(ice_server);
1859 PeerConnectionInterface::IceServers servers; local
2015 PeerConnectionInterface::IceServers servers; local
2028 PeerConnectionInterface::IceServers servers; local
    [all...]
peerconnectioninterface.h 251 IceServers servers; member in struct:webrtc::PeerConnectionInterface::RTCConfiguration
402 // Any changes to STUN/TURN servers or ICE candidate policy will affect the
  /external/curl/lib/
asyn-thread.c 666 char *servers)
669 (void)servers;
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-settings-3.2.1.jar 
  /prebuilts/go/darwin-x86/src/net/smtp/
smtp.go 118 // should be the preferred greeting for servers that support it.
145 // Only servers that advertise the STARTTLS extension support this function.
173 // does not necessarily indicate an invalid address. Many servers
185 // Only servers that advertise the AUTH extension support this function.
  /prebuilts/go/linux-x86/src/net/smtp/
smtp.go 118 // should be the preferred greeting for servers that support it.
145 // Only servers that advertise the STARTTLS extension support this function.
173 // does not necessarily indicate an invalid address. Many servers
185 // Only servers that advertise the AUTH extension support this function.
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-settings/2.0.9/
maven-settings-2.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-settings/2.2.1/
maven-settings-2.2.1.jar 
  /external/c-ares/
ares_private.h 253 int rotate; /* if true, all servers specified are used */
274 struct server_state *servers; member in struct:ares_channeldata
  /external/webrtc/talk/app/webrtc/test/
peerconnectiontestwrapper.cc 94 config.servers.push_back(ice_server);
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 486 rpc_struct_loc_time_download_source_s_type_servers servers;
496 rpc_struct_loc_predicted_orbits_data_source_s_type_servers servers;
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 464 rpc_struct_loc_time_download_source_s_type_servers servers;
474 rpc_struct_loc_predicted_orbits_data_source_s_type_servers servers;
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 486 rpc_struct_loc_time_download_source_s_type_servers servers;
496 rpc_struct_loc_predicted_orbits_data_source_s_type_servers servers;
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 464 rpc_struct_loc_time_download_source_s_type_servers servers;
474 rpc_struct_loc_predicted_orbits_data_source_s_type_servers servers;
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 486 rpc_struct_loc_time_download_source_s_type_servers servers;
496 rpc_struct_loc_predicted_orbits_data_source_s_type_servers servers;

Completed in 1573 milliseconds

1 2 34 5 6 7 8 91011>>