Searched refs:hostname (Results 1 - 25 of 698) sorted by relevance

1234567891011>>

/external/chromium-trace/catapult/common/lab/
H A Dkeychain_unlock.sh9 for hostname in "$@"
11 ssh -t "$hostname" 'security unlock-keychain login.keychain
/external/toybox/toys/lsb/
H A Dhostname.c0 /* hostname.c - Get/Set the hostname
5 * http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/hostname.html
7 USE_HOSTNAME(NEWTOY(hostname, "bF:", TOYFLAG_BIN))
10 bool "hostname"
13 usage: hostname [-b] [-F FILENAME] [newname]
15 Get/Set the current hostname
17 -b Set hostname to 'localhost' if otherwise unset
18 -F Set hostname to contents of FILENAME
30 char *hostname local
[all...]
/external/mdnsresponder/mDNSShared/
H A DPlatformCommon.h18 extern void ReadDDNSSettingsFromConfFile(mDNS *const m, const char *const filename, domainname *const hostname, domainname *const domain, mDNSBool *DomainDiscoveryDisabled);
/external/conscrypt/libcore-stub/src/main/java/libcore/net/
H A DNetworkSecurityPolicy.java67 * without TLS or STARTTLS) is permitted for communicating with {@code hostname} for this
72 public abstract boolean isCleartextTrafficPermitted(String hostname); argument
76 * the server and verified by the client in TLS connections to {@code hostname}.
80 public abstract boolean isCertificateTransparencyVerificationRequired(String hostname); argument
89 public boolean isCleartextTrafficPermitted(String hostname) { argument
94 public boolean isCertificateTransparencyVerificationRequired(String hostname) { argument
/external/curl/lib/
H A Dhostcheck.h29 int Curl_cert_hostcheck(const char *match_pattern, const char *hostname);
H A Dhostcheck.c41 * Match a hostname against a wildcard pattern.
60 static int hostmatch(char *hostname, char *pattern) argument
70 /* normalize pattern and hostname by stripping off trailing dots */
71 size_t len = strlen(hostname);
72 if(hostname[len-1]=='.')
73 hostname[len-1]=0;
80 return strcasecompare(pattern, hostname) ?
83 /* detect IP address as hostname and fail the match if so */
84 if(Curl_inet_pton(AF_INET, hostname, &ignored) > 0)
87 else if(Curl_inet_pton(AF_INET6, hostname,
123 Curl_cert_hostcheck(const char *match_pattern, const char *hostname) argument
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DDns.java37 @Override public List<InetAddress> lookup(String hostname) throws UnknownHostException {
38 if (hostname == null) throw new UnknownHostException("hostname == null");
39 return Arrays.asList(InetAddress.getAllByName(hostname));
44 * Returns the IP addresses of {@code hostname}, in the order they will be attempted by OkHttp.
49 List<InetAddress> lookup(String hostname) throws UnknownHostException; argument
/external/libcups/cups/
H A Dtestcreds.c33 hostname[HTTP_MAX_URI], /* Hostname from URI */ local
52 puts("Usage: ./testcreds hostname");
53 puts(" ./testcreds https://hostname[:port]");
63 if (httpSeparateURI(HTTP_URI_CODING_MOST, argv[1], scheme, sizeof(scheme), username, sizeof(username), hostname, sizeof(hostname), &port, resource, sizeof(resource)) < HTTP_URI_STATUS_OK)
69 if ((http = httpConnect2(hostname, port, NULL, AF_UNSPEC, HTTP_ENCRYPTION_ALWAYS, 1, 30000, NULL)) == NULL)
71 printf("ERROR: Unable to connect to \"%s\" on port %d: %s\n", hostname, port, cupsLastErrorString());
78 trust = httpCredentialsGetTrust(hcreds, hostname);
88 printf(" IsValidName: %d\n", httpCredentialsAreValidForName(hcreds, hostname));
104 strlcpy(hostname, arg
[all...]
/external/nist-sip/java/gov/nist/core/
H A DHost.java43 * Stores hostname.
74 protected String hostname; field in class:Host
124 if (addressType == IPV6ADDRESS && !isIPv6Reference(hostname)) {
125 buffer.append('[').append(hostname).append(']');
127 buffer.append(hostname);
145 return otherHost.hostname.equals(hostname);
153 return hostname;
160 return hostname;
170 if (hostname
[all...]
/external/toolchain-utils/automation/common/
H A Dmachine.py11 def __init__(self, hostname, label, cpu, cores, os, username):
12 self.hostname = hostname
40 self.hostname)
44 ['Machine Information:', 'Hostname: %s' % self.hostname, 'Label: %s' %
52 def __init__(self, hostname='*', label='*', os='*', lock_required=False):
53 self.hostname = hostname
64 return all([not machine.locked, fnmatch(machine.hostname, self.hostname),
[all...]
/external/conscrypt/android-stub/src/main/java/javax/net/ssl/
H A DSNIHostName.java23 public SNIHostName(String hostname) { argument
/external/ltp/testcases/kernel/containers/utsname/
H A Drunutstests_noltp.sh22 oldhostname=`hostname`
40 hostname "$oldhostname"
H A Dutstest.c118 char hostname[HLEN], newhostname[HLEN], rhostname[HLEN]; local
130 gethostname(hostname, HLEN);
133 if (strcmp(hostname, rhostname) == 0) {
138 "test 1 (%s): hostname 1 %s, hostname 2 %s",
139 tsttype, hostname, rhostname);
141 gethostname(hostname, HLEN);
142 picknewhostname(hostname, newhostname);
157 "test 2 (%s) hostname 1 %s, hostname
228 char hostname[HLEN], newhostname[HLEN]; local
[all...]
/external/toolchain-utils/dejagnu/
H A Dchromeos.exp.in5 set hostname [board_info $board hostname]
11 eval "exec ssh -N -f $ssh_options root@$hostname &"
12 local_exec "ssh -n $ssh_options root@$hostname sh -c 'mkdir -p $tmpdir'" \
21 set hostname [board_info $board hostname]
25 local_exec "ssh $ssh_options -O exit root@$hostname" {} {} 10
27 local_exec "ssh -n $ssh_options root@$hostname sh -c 'rm -fr $tmpdir'" \
35 set hostname [board_info $board hostname]
[all...]
/external/autotest/site_utils/
H A Dserver_manager_utils.py49 hostname=exclude_server.hostname)
54 (role, exclude_server.hostname, role))
58 def get_servers(hostname=None, role=None, status=None):
61 @param hostname: hostname of the server.
68 if hostname:
69 filters['hostname'] = hostname
118 server_dicts.append({'hostname'
[all...]
/external/autotest/server/site_tests/platform_GCC/boards/
H A Dchromeos-machine.exp3 # Set hostname and username. # Make sure SSH keys are set up prior to run.
4 set_board_info hostname $env(DEJAGNU_HOSTNAME)
/external/dhcpcd-6.8.2/
H A Ddhcpcd.conf13 # Inform the DHCP server of our hostname for DDNS.
14 hostname
47 # A hook script is provided to lookup the hostname if not set by the DHCP
49 #nohook lookup-hostname
/external/okhttp/okhttp-testing-support/src/main/java/com/squareup/okhttp/testing/
H A DRecordingHostnameVerifier.java26 public boolean verify(String hostname, SSLSession session) { argument
27 calls.add("verify " + hostname);
/external/toolchain-utils/dejagnu/boards/
H A Dchromeos-machine.exp6 # Set hostname and username. # Make sure SSH keys are set up prior to run.
7 set_board_info hostname $env(DEJAGNU_HOSTNAME)
/external/apache-http/src/org/apache/http/
H A DHttpHost.java61 protected final String hostname; field in class:HttpHost
78 * @param hostname the hostname (IP or DNS name)
85 public HttpHost(final String hostname, int port, final String scheme) { argument
87 if (hostname == null) {
90 this.hostname = hostname;
91 this.lcHostname = hostname.toLowerCase(Locale.ENGLISH);
103 * @param hostname the hostname (I
107 HttpHost(final String hostname, int port) argument
116 HttpHost(final String hostname) argument
[all...]
/external/autotest/server/site_tests/android_EasySetup/
H A Dandroid_EasySetup.py35 hostname = testbed.hostname
36 if dnsname_mangler.is_ip_address(hostname):
37 testbed_name = hostname
39 testbed_name = hostname.split('.')[0]
/external/syslinux/com32/lib/syslinux/
H A Dpxe_dns.c31 * Resolve a hostname via DNS
44 uint32_t pxe_dns(const char *hostname) argument
54 if (sscanf(hostname, "%hhu.%hhu.%hhu.%hhu",
58 lm_hostname = lstrdup(hostname);
/external/autotest/client/site_tests/power_LoadTest/extension/
H A Dprevent_unload_popup.js6 if (document.location.hostname === PLAY_MUSIC_HOSTNAME) {
/external/autotest/server/cros/network/
H A Drf_switch_utils.py29 if afe.lock_host(rf_switch.hostname, LOCK_REASON):
32 'RF Switch %s could not be locked' % rf_switch.hostname)
46 afe.unlock_hosts([rf_switch_host.hostname])
47 rf_switch = afe.get_hosts(hostnames=[rf_switch_host.hostname])
/external/conscrypt/platform/src/main/java/org/conscrypt/ct/
H A DCTPolicy.java24 boolean doesResultConformToPolicy(CTVerificationResult result, String hostname, argument

Completed in 957 milliseconds

1234567891011>>