HomeSort by relevance Sort by last modified time
    Searched refs:hostname (Results 451 - 475 of 1117) sorted by null

<<11121314151617181920>>

  /external/ltp/testcases/network/tcp_cmds/rcp/
rcp01 26 # MUST have a ".rhosts" file with the hostname of the machine
49 LHOST=`hostname`
  /external/oj-libjdwp/src/share/transport/socket/
sysSocket.h 50 struct hostent *dbgsysGetHostByName(char *hostname);
  /external/ppp/pppd/plugins/radius/
config.c 404 * Purpose: see if ip_addr is one of the ip addresses of hostname
410 static int find_match (UINT4 *ip_addr, char *hostname)
416 if (rc_good_ipaddr (hostname) == 0)
418 if (*ip_addr == ntohl(inet_addr (hostname)))
425 if ((hp = gethostbyname (hostname)) == (struct hostent *) NULL)
480 if ((h = strtok (buffer, " \t\n")) == NULL) /* first hostname */
  /external/syslinux/gpxe/src/net/infiniband/
ib_sma.c 92 char hostname[ sizeof ( node_desc->node_string ) ]; local
100 hostname, sizeof ( hostname ) );
103 hostname, ( ( hostname_len >= 0 ) ? " " : "" ),
  /external/webrtc/webrtc/base/
openssladapter.h 37 int StartSSL(const char* hostname, bool restartable) override;
  /external/webrtc/webrtc/libjingle/xmpp/
xmppengineimpl.cc 327 std::string hostname = tls_server_hostname_; local
328 if (hostname.empty())
329 hostname = to;
339 *output_ << "<stream:stream to=\"" << hostname << "\" "
  /external/autotest/client/cros/netprotos/
cros_p2p.py 34 zeroconf.register_SRV(zeroconf.hostname, CROS_P2P_PROTO, 0, 0, port)
36 zeroconf.register_PTR(self._p2p_domain, zeroconf.hostname)
83 self._zeroconf.hostname + '.' + self._p2p_domain, txts, announce)
119 # The SRV points to a hostname, port, etc.
151 @return: A list of tuples of the form (peer_name, hostname, list_of_IPs,
159 # The SRV points to a hostname, port, etc.
164 # Each service points to a hostname (srvname).
  /external/autotest/frontend/afe/
frontend_test_utils.py 21 self.hosts = [models.Host.objects.create(hostname=hostname)
22 for hostname in
rpc_utils.py 314 failing_hosts = (set(host.hostname for host in host_objects) -
315 set(host.hostname for host in ok_hosts))
411 (host.hostname, host.locked_by, host.lock_time)})
414 'locked': 'Host %s already unlocked.' % host.hostname})
418 host.hostname})
484 duplicate_hostnames = {host.hostname
560 def find_platform(hostname, label_list):
565 @param hostname: The hostname to find platform.
578 (hostname, ', '.join(platforms))
    [all...]
  /external/autotest/server/cros/dynamic_suite/
job_status_unittest.py 137 for hostname, result in results.iteritems():
146 group.mark_host_success(hostname).InAnyOrder('recording')
147 statuses[hostname] = status
  /external/autotest/server/cros/
sonic_client_utils.py 147 @return: A string specifying the hostname of a locked sonic host.
175 def __init__(self, hostname):
177 @param hostname: The name of the host for this sonic proxy.
179 self._sonic_server = 'http://%s:%s' % (hostname, self.SONIC_SERVER_PORT)
180 self._hostname = hostname
  /external/autotest/server/hosts/
base_label_unittest.py 79 self.hostname = 'hostname'
207 id=mockhost.hostname,
212 id=mockhost.hostname,
  /external/autotest/server/
lab_status_unittest.py 309 'SERVER', 'hostname').AndReturn('not-cautotest')
315 'SERVER', 'hostname').AndReturn('cautotest')
329 'SERVER', 'hostname').AndReturn('cautotest')
  /external/autotest/server/site_tests/autoupdate_P2P/
autoupdate_P2P.py 199 'cant get a payload to use.' % host.hostname)
210 lab1 = self._hosts[0].hostname.partition('-')[0]
211 lab2 = self._hosts[1].hostname.partition('-')[0]
  /external/autotest/server/site_tests/buffet_PrivetSetupFlow/
buffet_PrivetSetupFlow.py 49 client_hostname=host.hostname,
129 hostname=privet_record.address,
185 host=host, hostname=managed_netblock.addr,
  /external/autotest/server/site_tests/firmware_FWupdate/
firmware_FWupdate.py 114 def repack_shellball(self, hostname):
117 @param hostname: hostname of DUT.
126 dut_access = remote_access.RemoteDevice(hostname, username='root')
172 self.repack_shellball(host.hostname)
  /external/okhttp/website/static/
jquery.smooth-scroll.min.js 7 (function(l){function t(l){return l.replace(/(:|\.)/g,"\\$1")}var e="1.4.10",o={exclude:[],excludeWithin:[],offset:0,direction:"top",scrollElement:null,scrollTarget:null,beforeScroll:function(){},afterScroll:function(){},easing:"swing",speed:400,autoCoefficent:2},r=function(t){var e=[],o=!1,r=t.dir&&"left"==t.dir?"scrollLeft":"scrollTop";return this.each(function(){if(this!=document&&this!=window){var t=l(this);t[r]()>0?e.push(this):(t[r](1),o=t[r]()>0,o&&e.push(this),t[r](0))}}),e.length||this.each(function(){"BODY"===this.nodeName&&(e=[this])}),"first"===t.el&&e.length>1&&(e=[e[0]]),e};l.fn.extend({scrollable:function(l){var t=r.call(this,{dir:l});return this.pushStack(t)},firstScrollable:function(l){var t=r.call(this,{el:"first",dir:l});return this.pushStack(t)},smoothScroll:function(e){e=e||{};var o=l.extend({},l.fn.smoothScroll.defaults,e),r=l.smoothScroll.filterPath(location.pathname);return this.unbind("click.smoothscroll").bind("click.smoothscroll",function(e){var n=this,s=l(this),c=o.exclude,i=o.excludeWithin,a=0,f=0,h=!0,u={},d=location.hostname===n.hostname||!n.hostname,m=o.scrollTarget||(l.smoothScroll.filterPath(n.pathname)||r)===r,p=t(n.hash);if(o.scrollTarget||d& (…)
  /packages/apps/Email/provider_src/com/android/email/mail/transport/
MailTransport.java 121 // After the socket connects to an SSL server, confirm that the hostname is as expected
159 * NOTE: No explicit hostname verification is required here, because it's handled automatically
198 * Verify the hostname of the certificate used by the other end of a
199 * connected socket. You MUST call this if you did not supply a hostname
201 * redundantly if the hostname has already been verified.
203 * <p>Wildcard certificates are allowed to verify any matching hostname,
208 * @param hostname The expected hostname of the remote server
212 private static void verifyHostname(Socket socket, String hostname) throws IOException {
226 if (!HOSTNAME_VERIFIER.verify(hostname, session))
    [all...]
  /packages/apps/Settings/src/com/android/settings/network/
PrivateDnsModeDialogPreference.java 166 // Only clickable if hostname is valid, so we could save it safely
206 private boolean isWeaklyValidatedHostname(String hostname) {
210 if (!hostname.matches(WEAK_HOSTNAME_REGEX)) {
215 if (Os.inet_pton(address_family, hostname) != null) {
  /packages/services/BuiltInPrintService/src/com/android/bips/ui/
AddManualPrinterDialog.java 88 mHostnameView = findViewById(R.id.hostname);
124 String hostname = mHostnameView.getText().toString(); local
125 Matcher uriMatcher = FULL_URI_PATTERN.matcher(hostname);
  /prebuilts/go/darwin-x86/src/log/syslog/
syslog_test.go 254 if hostname, err := os.Hostname(); err != nil {
255 t.Error("Error retrieving hostname")
259 if n, err := fmt.Sscanf(out, tmpl, &timestamp, &parsedHostname, &pid); n != 3 || err != nil || hostname != parsedHostname {
279 if hostname, err := os.Hostname(); err != nil {
280 t.Fatalf("Error retrieving hostname")
300 if n, err := fmt.Sscanf(rcvd, test.exp, &timestamp, &parsedHostname, &pid); n != 3 || err != nil || hostname != parsedHostname {
  /prebuilts/go/linux-x86/src/log/syslog/
syslog_test.go 254 if hostname, err := os.Hostname(); err != nil {
255 t.Error("Error retrieving hostname")
259 if n, err := fmt.Sscanf(out, tmpl, &timestamp, &parsedHostname, &pid); n != 3 || err != nil || hostname != parsedHostname {
279 if hostname, err := os.Hostname(); err != nil {
280 t.Fatalf("Error retrieving hostname")
300 if n, err := fmt.Sscanf(rcvd, test.exp, &timestamp, &parsedHostname, &pid); n != 3 || err != nil || hostname != parsedHostname {
  /external/autotest/scheduler/
prejob_task.py 179 logging.info("starting verify on %s", self.host.hostname)
217 logging.info("starting cleanup task for host: %s", self.host.hostname)
272 self.host.hostname)
398 return autoserv_utils._autoserv_command_line(self.host.hostname,
406 logging.info("starting provision task for host: %s", self.host.hostname)
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
Platform.java 99 * @param hostname non-null for client-side handshakes; null for
102 public void configureTlsExtensions(SSLSocket sslSocket, String hostname,
272 SSLSocket sslSocket, String hostname, List<Protocol> protocols) {
274 if (hostname != null) {
276 setHostname.invokeOptionalWithoutCheckedException(sslSocket, hostname);
368 SSLSocket sslSocket, String hostname, List<Protocol> protocols) {
  /external/toolchain-utils/
afe_lock_machine.py 242 host_info = self.local_afe.get_hosts(hostname=m)
279 host_info = self.local_afe.get_hosts(hostname=m)
515 host_info = self.afe.get_hosts(hostname=mod_host)
520 host_info = self.local_afe.get_hosts(hostname=m)
526 name = host_info.hostname

Completed in 956 milliseconds

<<11121314151617181920>>