HomeSort by relevance Sort by last modified time
    Searched refs:hostname (Results 176 - 200 of 779) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/autotest/site_utils/rpm_control_system/
rpm_controller.py 39 It assumes that you know the RPM hostname and that the device is on
53 @var hostname: hostname for this rpm device.
98 @param rpm_hostname: hostname of rpm device to be controlled.
101 self.hostname = rpm_hostname
130 ' is terminating.', self.hostname)
303 self.hostname)
307 ssh.expect(': %s' % self.hostname)
395 self.hostname)
433 hostname = '%s.%s' % (self.hostname, self._dns_zone
    [all...]
  /external/libpcap/Win32/Src/
getaddrinfo.c 43 * when globbing NULL hostname (to loopback, or wildcard). Is it the right
200 "Address family for hostname not supported", /* EAI_ADDRFAMILY */
206 "No address associated with hostname", /* EAI_NODATA */
207 "hostname nor servname provided, or not known", /* EAI_NONAME */
296 getaddrinfo(hostname, servname, hints, res)
297 const char *hostname, *servname;
334 if (hostname == NULL && servname == NULL)
403 /* NULL hostname, or numeric hostname */
421 if (hostname == NULL
    [all...]
  /external/tlsdate/src/
tlsdate-helper-plan9.c 356 char *hostname; local
369 hostname = strdup(orig_hostname);
371 hostname_to_free = hostname;
377 hostname, cert_wild_card);
387 (NULL != strpbrk(hostname, delim)) &&
397 expected_label = strtok(hostname, delim);
400 NULL != hostname &&
416 hostname, cert_wild_card);
462 This extracts the first commonName and checks it against hostname.
465 check_cn (SSL *ssl, const char *hostname)
    [all...]
tlsdate-helper.c 492 char *hostname; local
505 hostname = strndup(orig_hostname, strlen(orig_hostname));
507 hostname_to_free = hostname;
513 hostname, cert_wild_card);
523 (NULL != strpbrk(hostname, delim)) &&
533 expected_label = strsep(&hostname, delim);
536 NULL != hostname &&
552 hostname, cert_wild_card);
598 This extracts the first commonName and checks it against hostname.
601 check_cn (SSL *ssl, const char *hostname)
    [all...]
  /external/autotest/client/cros/cellular/
base_station_8960_test_noautorun.py 27 hostname=adapter['address'],
ether_io_rf_switch.py 31 def __init__(self, hostname, port=2424):
34 self.destination = (hostname, port)
132 print 'usage: %s hostname {query|select portnumber}' % sys.argv[0]
136 hostname = arguments.popleft()
139 switch = RfSwitch(hostname)
scpi_shell 23 driver = prologix_scpi_driver.PrologixScpiDriver(hostname=target,
  /external/autotest/client/site_tests/peerd_DiscoverServices/
peerd_DiscoverServices.py 66 # The queries for hostname/dns_domain are IPCs and therefore relatively
68 hostname = self._chrooted_avahi.hostname
70 if not hostname or not dns_domain:
71 raise error.TestFail('Failed to get hostname/domain from avahi.')
73 self._hostname = '%s.%s' % (hostname, dns_domain)
  /external/autotest/client/site_tests/peerd_HandlesNameConflicts/
peerd_HandlesNameConflicts.py 62 # The queries for hostname/dns_domain are IPCs and therefor relatively
64 hostname = self._chrooted_avahi.hostname
66 if not hostname or not dns_domain:
67 raise error.TestFail('Failed to get hostname/domain from avahi.')
69 self._hostname = '%s.%s' % (hostname, dns_domain)
  /external/autotest/scheduler/
thread_lib.py 101 logging.info('(Worker.%s) starting.', drone.hostname)
104 logging.info('(Worker.%s) finished.', drone.hostname)
135 (drone.hostname, err))
199 (self.name, drone.hostname.replace('.', '_')))
  /external/autotest/server/cros/clique_lib/
clique_dut_log_collector.py 28 logging.info("Collecting logs from: %s", host.hostname)
  /external/autotest/server/cros/
repair_utils_unittest.py 66 host = models.Host(hostname='host')
103 correct_host = models.Host(hostname='correct_host')
113 wrong_host = models.Host(hostname='wrong_host')
135 host = models.Host(hostname='host')
  /external/autotest/server/site_tests/cellular_ChromeEndToEnd/
cellular_ChromeEndToEnd.py 41 logging.info('Host %s does not have a servo.', host.hostname)
  /external/autotest/server/site_tests/kernel_EmptyLines/
kernel_EmptyLines.py 17 logging.info('kernel_EmptyLines: reboot %s' % self.client.hostname)
  /external/autotest/server/site_tests/network_EthCapsServer/
network_EthCapsServer.py 16 def __init__(self, hostname, mac_addr, sleep_secs):
24 self._hostname = hostname
30 def _ping_test(self, hostname, timeout=5):
34 hostname: Hostname to ping.
44 ['ping', '-c', '1', '-W', str(timeout), hostname],
  /external/curl/lib/
asyn.h 134 * Returns name information about the given hostname and port number. If
143 const char *hostname,
  /frameworks/base/core/java/android/security/net/config/
RootTrustManager.java 32 * <p>This trust manager delegates to the specific trust manager for the hostname being used for
36 * Note that if the {@code ApplicationConfig} has per-domain configurations the hostname aware
90 // Not an SSLSocket, use the hostname unaware checkServerTrusted.
112 "Domain specific configurations require that hostname aware"
120 * Hostname aware version of {@link #checkServerTrusted(X509Certificate[], String)}.
125 String hostname) throws CertificateException {
126 if (hostname == null && mConfig.hasPerDomainConfigs()) {
128 "Domain specific configurations require that the hostname be provided");
130 NetworkSecurityConfig config = mConfig.getConfigForHostname(hostname);
131 return config.getTrustManager().checkServerTrusted(certs, authType, hostname);
    [all...]
  /hardware/libhardware/include/hardware/
gps_internal.h 91 int (*set_server)( AGpsType type, const char* hostname, int port );
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
nfs_mount.h 40 char hostname[NFS_MAXNAMLEN + 1]; /* 1 */ member in struct:nfs_mount_data
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndfapi.h 26 LPCWSTR hostname,
  /system/connectivity/shill/
mock_ares.h 34 const char* hostname,
shill_ares.h 38 const char* hostname,
  /system/core/fastboot/
udp.h 42 // Returns a newly allocated Transport object connected to |hostname|:|port|. On failure, |error| is
44 std::unique_ptr<Transport> Connect(const std::string& hostname, int port, std::string* error);
  /external/autotest/site_utils/
job_history.py 20 AUTOTEST_SERVER = CONFIG.get_config_value('SERVER', 'hostname', type=str)
23 JOB_URL = LOG_BASE_URL + '%(job_id)s-%(owner)s/%(hostname)s'
24 LOG_PATH_FMT = 'hosts/%(hostname)s/%(task_id)d-%(task_name)s'
49 'hostname': self.hostname,
72 hostname: hostname of the DUT that runs the special task.
88 self.hostname = task.host.hostname
93 'hostname': self.hostname
    [all...]
  /external/autotest/contrib/
dhcp_failed_machines.py 32 hostname = d['ddns-hostname'].replace('"', '').replace(';', '') variable
33 lookups[d['fixed-address'].replace(';', '')] = hostname

Completed in 1452 milliseconds

1 2 3 4 5 6 78 91011>>