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

1 2 3 4 56 7 8

  /external/netperf/
netlib.c     [all...]
netlib.h 454 extern void establish_control(char hostname[],
  /external/strace/
system.c 432 if (a.flags & NFSMNT_HOSTNAME && a.hostname)
433 printstr(tcp, (int)a.hostname, -1);
435 tprintf("%#lx", (unsigned long) a.hostname);
1240 tprintf(", hostname=");
1241 printstr(tcp, (int) args.hostname, -1);
    [all...]
  /external/bluetooth/glib/glib/
gutils.c 1528 gchar hostname[100]; local
    [all...]
  /external/chromium/net/base/
x509_certificate_win.cc 525 int X509Certificate::Verify(const std::string& hostname,
583 std::wstring wstr_hostname = ASCIIToWide(hostname);
  /external/chromium/net/socket/
ssl_client_socket_mac.cc 479 const std::string& hostname,
487 hostname_(hostname),
723 // Concatenate the hostname and peer address to use as the peer ID. To
725 // using the same hostname (i.e., localhost and 127.0.0.1 are considered
727 // and catches hostname/certificate name mismatches.
733 // Assemble the socket hostname and address into a single buffer.
    [all...]
socks_client_socket.cc 26 // For SOCKS4A, this increases to accomodate the unresolved hostname.
255 // In case it is 4A, the record size increases by size of the hostname.
285 // In case we are passing the domain also, pass the hostname
288 handshake_data.append(host_request_info_.hostname());
ssl_client_socket_nss.cc 222 const std::string& hostname,
233 hostname_(hostname),
426 // Tell SSL the hostname we're trying to connect to.
    [all...]
ssl_client_socket_win.cc 302 const std::string& hostname,
312 hostname_(hostname),
    [all...]
  /external/qemu/slirp-android/
misc.c 52 char* hostname = host_name(); local
57 if (sock_address_init_resolve( &hostaddr, hostname, 0, 0 ) < 0)
  /external/quake/quake/src/WinQuake/
net_main.cpp 67 cvar_t hostname = CVAR2("hostname", "UNNAMED"); variable
854 Cvar_RegisterVariable (&hostname);
  /external/webkit/WebCore/bindings/v8/custom/
V8LocationCustom.cpp 107 INC_STATS("DOM.Location.hostname._set");
110 String hostname = toWebCoreString(value); local
117 url.setHost(hostname);
  /external/webkit/WebKit/chromium/src/
ChromiumBridge.cpp 224 void ChromiumBridge::prefetchDNS(const String& hostname)
226 webKitClient()->prefetchHostName(hostname);
  /external/qemu/
sockets.c 640 sock_address_init_resolve( SockAddress* a, const char* hostname, uint16_t port, int preferIn6 )
649 ret = getaddrinfo(hostname, NULL, hints, &res);
740 sock_address_list_create( const char* hostname,
766 ret = getaddrinfo(hostname, port, &hints, &res);
    [all...]
  /external/ping/
ping.c 122 char *hostname; variable
855 printf("--- %s ping statistics ---\n", hostname);
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 932 final String hostname = "www.android.com"; local
    [all...]
  /external/chromium/third_party/libevent/
evdns.c 2482 char hostname[HOST_NAME_MAX + 1], *domainname; local
    [all...]
  /external/ppp/pppd/
main.c 134 char hostname[MAXNAMELEN]; /* Our hostname */ variable
330 if (gethostname(hostname, MAXNAMELEN) < 0 ) {
331 option_error("Couldn't get hostname: %m");
334 hostname[MAXNAMELEN-1] = 0;
    [all...]
  /external/openssl/apps/
s_server.c 204 static int sv_body(char *hostname, int s, unsigned char *context);
205 static int www_body(char *hostname, int s, unsigned char *context);
486 BIO_printf(bio_err," -servername host - servername for HostName TLS extension\n");
666 BIO_printf(p->biodebug,"Hostname in TLS extension: \"%s\"\n",servername);
    [all...]
s_socket.c 288 int do_server(int port, int type, int *ret, int (*cb)(char *hostname, int s, unsigned char *context), unsigned char *context)
  /external/webkit/WebCore/html/
HTMLAnchorElement.cpp 426 String HTMLAnchorElement::hostname() const function in class:WebCore::HTMLAnchorElement
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 513 public static native void SSL_set_tlsext_host_name(int sslNativePointer, String hostname)
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java 1051 String hostname = host.getHostName(); local
    [all...]
  /external/quake/quake/src/QW/server/
sv_main.c 75 cvar_t hostname = {"hostname","unnamed", false, true}; variable
1323 Cvar_RegisterVariable (&hostname);
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 128 // create the HostnameVerifier to check hostname verification
159 // create the HostnameVerifier to check hostname verification
198 // create the HostnameVerifier to check hostname verification
215 assertTrue("Hostname verification was not done", hnv.verified);
216 assertFalse("Hostname verification should not be done by this verifier",
236 // create the HostnameVerifier to check hostname verification
256 assertTrue("Hostname verification was not done", hnv.verified);
257 assertFalse("Hostname verification should not be done by this verifier",
313 // create the HostnameVerifier to check that Hostname verification
329 assertTrue("Hostname verification was not done", hnv_late.verified)
    [all...]

Completed in 1030 milliseconds

1 2 3 4 56 7 8