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

1 2 3 45 6 7 8

  /external/chromium/net/base/
host_resolver_impl.cc 198 "Created job j%d for {hostname='%s', address_family=%d}",
199 id_, key.hostname.c_str(),
298 key_.hostname,
486 // same hostname/address-family as |job|, and attaches them to |job|.
493 Key req_key(req->info().hostname(), req->info().address_family());
588 Key key(info.hostname(), info.address_family());
612 effective_resolver_proc(), key.hostname, key.address_family, &addrlist);
635 // calling "getaddrinfo(hostname)" on a worker thread.
639 // it. This prevents starting concurrent resolves for the same hostname.
828 "Received request r%d for {hostname='%s', port=%d, priority=%d,
    [all...]
x509_certificate.h 227 // Verifies the certificate against the given hostname. Returns OK if
240 int Verify(const std::string& hostname,
x509_certificate_nss.cc 510 int X509Certificate::Verify(const std::string& hostname,
515 // Make sure that the hostname matches with the common name of the cert.
516 SECStatus status = CERT_VerifyCertName(cert_handle_, hostname.c_str());
546 LOG(ERROR) << "CERT_PKIXVerifyCert for " << hostname
  /external/chromium/net/socket/
socket_test_util.cc 236 const std::string& hostname,
395 const std::string& hostname,
398 new MockSSLClientSocket(transport_socket, hostname, ssl_config,
socket_test_util.h 252 const std::string& hostname,
352 const std::string& hostname,
tcp_client_socket_pool.cc 197 casted_resolve_info->hostname().c_str(),
  /external/qemu/telephony/
sysdeps_posix.c 609 sys_channel_create_tcp_client( const char* hostname, int port )
616 hp = gethostbyname(hostname);
618 fprintf(stderr, "unknown host: %s\n", hostname);
  /external/ping/
ping_common.h 74 extern char *hostname;
  /external/webkit/WebCore/platform/chromium/
ChromiumBridge.h 94 static void prefetchDNS(const String& hostname);
  /system/core/init/
keywords.h 49 KEYWORD(hostname, COMMAND, 1, do_hostname)
  /external/quake/quake/src/WinQuake/
net_udp.cpp 43 extern cvar_t hostname;
164 // if the quake hostname isn't set, set it to the machine name
165 if (Q_strcmp(hostname.string, "UNNAMED") == 0)
168 Cvar_Set ("hostname", buff);
net_wipx.cpp 27 extern cvar_t hostname;
80 // if the quake hostname isn't set, set it to the machine name
81 if (Q_strcmp(hostname.string, "UNNAMED") == 0)
96 Cvar_Set ("hostname", buff);
net_wins.cpp 25 extern cvar_t hostname;
189 // if the quake hostname isn't set, set it to the machine name
190 if (Q_strcmp(hostname.string, "UNNAMED") == 0)
205 Cvar_Set ("hostname", buff);
net.h 210 extern cvar_t hostname;
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
HttpsURLConnectionTest.java 151 assertNotNull("Default hostname verifyer is null", verifyer);
184 assertNotNull("Hostname verifyer is null", verifyer);
185 assertEquals("Incorrect value of hostname verirfyer",
496 public boolean verify(String hostname, SSLSession session) {
497 if (hostname == session.getPeerHost()) {
  /external/dhcpcd/
dhcp.c 890 /* Regardless of RFC2132, we should always send a hostname
891 * upto the first dot (the short hostname) as otherwise
894 if (options->hostname[0]) {
896 hp = strchr(options->hostname, '.');
898 len = hp - options->hostname;
900 len = strlen(options->hostname);
902 memcpy(p, options->hostname, len);
923 ul = encode_rfc1035(options->hostname, p);
  /external/dnsmasq/src/
dnsmasq.h 407 char *hostname, *fqdn; /* name from client-hostname option or config */ member in struct:dhcp_lease
408 char *old_hostname; /* hostname before it moved to another lease */
409 char auth_name; /* hostname came from config, not from client */
447 char *hostname, *domain; member in struct:dhcp_config
811 int hw_type, char *hostname);
816 char *strip_hostname(char *hostname);
878 void emit_dbus_signal(int action, struct dhcp_lease *lease, char *hostname);
886 char *hostname, time_t now);
  /frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp 548 jint type, jstring hostname, jint port)
555 const char *c_hostname = env->GetStringUTFChars(hostname, NULL);
557 env->ReleaseStringUTFChars(hostname, c_hostname);
  /libcore/luni/src/main/java/java/net/
Socket.java 107 * Tries to connect a socket to all IP addresses of the given hostname.
159 * IP address for the given hostname until it either connects successfully
187 * IP address for the given hostname until it either connects successfully
214 * specified by the parameters {@code hostName} and {@code port}. The socket
217 * IP address for the given hostname until it either connects successfully
221 * @param hostName
240 public Socket(String hostName, int port, boolean streaming) throws IOException {
242 tryAllAddresses(hostName, port, null, 0, streaming);
353 * @param hostname
354 * the destination hostname
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java 77 private String hostname; field in class:URLConnectionTest
81 hostname = InetAddress.getLocalHost().getHostName();
560 * We were verifying the wrong hostname when connecting to an HTTPS site
    [all...]
  /system/core/adb/
services.c 60 char *hostname = cookie; local
65 hp = gethostbyname(hostname);
  /external/chromium/third_party/libevent/
http.c 154 fake_getaddrinfo(const char *hostname, struct addrinfo *ai)
158 if (hostname) {
159 he = gethostbyname(hostname);
2537 char *hostname = NULL, *portname = NULL; local
    [all...]
  /external/netperf/
nettest_bsd.h 431 extern void set_hostname_and_port(char *hostname,
  /hardware/libhardware/include/hardware/
gps.h 508 * Sets the hostname and port for the AGPS server.
510 int (*set_server)( AGpsType type, const char* hostname, int port );
  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng.cpp 82 static int loc_eng_agps_set_server(AGpsType type, const char* hostname, int port);
    [all...]

Completed in 867 milliseconds

1 2 3 45 6 7 8