HomeSort by relevance Sort by last modified time
    Searched refs:hostname (Results 76 - 100 of 407) sorted by null

1 2 34 5 6 7 8 91011>>

  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
TcpStream.cpp 86 int TcpStream::connect(const char* hostname, unsigned short port)
88 m_sock = socket_network_client(hostname, port, SOCK_STREAM);
  /external/chromium/net/base/
ssl_config_service.cc 48 const std::string& hostname) {
52 return SSLFalseStartBlacklist::IsMember(hostname.c_str());
x509_certificate_openssl_android.cc 15 int X509Certificate::Verify(const std::string& hostname,
48 lib->VerifyX509CertChain(cert_bytes, hostname, "RSA");
  /external/chromium/net/socket/
ssl_host_info.h 31 SSLHostInfo(const std::string& hostname,
118 // This is the hostname that we'll validate the certificates against.
144 // GetForHost returns a fresh, allocated SSLHostInfo for the given hostname
146 virtual SSLHostInfo* GetForHost(const std::string& hostname,
dns_cert_provenance_checker.cc 66 // about the given hostname in this session.
67 bool HaveUploadedForHostname(const std::string& hostname) {
68 return uploaded_hostnames_.count(hostname) > 0;
71 void DidUpload(const std::string& hostname) {
72 uploaded_hostnames_.insert(hostname);
91 const std::string& hostname,
95 : hostname_(hostname),
151 << " hostname:" << hostname_
158 << " hostname:" << hostname_
228 const std::string& hostname,
    [all...]
socks5_client_socket_unittest.cc 38 const std::string& hostname,
80 const std::string& hostname,
95 HostResolver::RequestInfo(HostPortPair(hostname, port)));
170 const std::string hostname = "my-host-name"; local
179 request.push_back(hostname.size());
180 request.append(hostname);
195 hostname, 80, NULL));
220 // the transport socket first) because the hostname is too long.
227 const std::string hostname = "www.google.com"; local
253 hostname, 80, &net_log_))
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
sslsocketfactory.h 60 void UseSSL(const char* hostname) { hostname_ = hostname; }
schanneladapter.h 45 virtual int StartSSL(const char* hostname, bool restartable);
  /external/ganymed-ssh2/examples/
Basic.java 18 String hostname = "127.0.0.1"; local
26 Connection conn = new Connection(hostname);
BasicWithHTTPProxy.java 19 String hostname = "my-ssh-server"; local
30 Connection conn = new Connection(hostname);
PublicKeyAuthentication.java 19 String hostname = "127.0.0.1"; local
29 Connection conn = new Connection(hostname);
SingleThreadStdoutStderr.java 16 String hostname = "127.0.0.1"; local
24 Connection conn = new Connection(hostname);
StdoutAndStderr.java 18 String hostname = "127.0.0.1"; local
26 Connection conn = new Connection(hostname);
UsingKnownHosts.java 22 String hostname = "somehost"; local
37 Connection conn = new Connection(hostname);
  /external/webkit/Source/WebCore/workers/
WorkerLocation.idl 38 readonly attribute DOMString hostname;
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKCookieManager.cpp 51 void WKCookieManagerDeleteCookiesForHostname(WKCookieManagerRef cookieManagerRef, WKStringRef hostname)
53 toImpl(cookieManagerRef)->deleteCookiesForHostname(toImpl(hostname)->string());
  /external/webkit/Source/WebKit2/UIProcess/
WebMediaCacheManagerProxy.cpp 92 void WebMediaCacheManagerProxy::clearCacheForHostname(const String& hostname)
94 m_webContext->sendToAllProcessesRelaunchingThemIfNecessary(Messages::WebMediaCacheManager::ClearCacheForHostname(hostname));
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
TcpStream.cpp 101 int TcpStream::connect(const char* hostname, unsigned short port)
103 m_sock = socket_network_client(hostname, port, SOCK_STREAM);
  /external/llvm/lib/Support/
LockFileManager.cpp 39 std::string Hostname;
41 if (Input >> Hostname >> PID && PID > 0 &&
42 processStillExecuting(Hostname, PID))
43 return std::make_pair(Hostname, PID);
51 bool LockFileManager::processStillExecuting(StringRef Hostname, int PID) {
58 if (MyHostname == Hostname && getsid(PID) == -1 && errno == ESRCH)
95 char hostname[256]; local
96 hostname[255] = 0;
97 hostname[0] = 0;
98 gethostname(hostname, 255)
    [all...]
  /external/webkit/Source/WebCore/platform/network/cf/
DNSCFNet.cpp 182 void DNSResolveQueue::resolve(const String& hostname)
186 RetainPtr<CFStringRef> hostnameCF(AdoptCF, hostname.createCFString());
205 void prefetchDNS(const String& hostname)
208 if (hostname.isEmpty())
210 DNSResolveQueue::shared().add(hostname);
  /libcore/benchmarks/src/benchmarks/regression/
HostnameVerifierBenchmark.java 48 private String hostname; field in class:HostnameVerifierBenchmark
57 public boolean verify(String hostname, SSLSession sslSession) {
63 HostnameVerifierBenchmark.this.hostname = hostname;
79 hostnameVerifier.verify(hostname, sslSession);
  /external/dnsmasq/src/
lease.c 158 lease_set_hostname(lease, config->hostname, 1);
203 ourprintf(&err, "%s ", lease->hostname ? lease->hostname : "*");
256 if (!(daemon->options & OPT_DHCP_FQDN) && lease->hostname)
257 cache_add_dhcp_entry(lease->hostname, &lease->addr, lease->expires);
274 if (lease->hostname)
428 free(lease->hostname);
431 lease->old_hostname = lease->hostname;
433 lease->hostname = lease->fqdn = NULL;
441 if (lease->hostname && name && hostname_isequal(lease->hostname, name)
    [all...]
  /external/openssh/
loginrec.c 340 const char *hostname, const char *line)
345 login_init_entry(newli, pid, username, hostname, line);
368 const char *hostname, const char *line)
390 if (hostname)
391 strlcpy(li->hostname, hostname, sizeof(li->hostname));
466 !sys_auth_record_login(li->username,li->hostname,li->line,
697 strncpy(ut->ut_host, li->hostname,
698 MIN_SIZEOF(ut->ut_host, li->hostname));
    [all...]
  /external/tcpdump/missing/
getaddrinfo.c 43 * when globbing NULL hostname (to loopback, or wildcard). Is it the right
195 "Address family for hostname not supported", /* EAI_ADDRFAMILY */
201 "No address associated with hostname", /* EAI_NODATA */
202 "hostname nor servname provided, or not known", /* EAI_NONAME */
289 getaddrinfo(hostname, servname, hints, res)
290 const char *hostname, *servname;
327 if (hostname == NULL && servname == NULL)
396 /* NULL hostname, or numeric hostname */
414 if (hostname == NULL
    [all...]
  /external/chromium/chrome/common/
service_messages.h 16 IPC_STRUCT_TRAITS_MEMBER(hostname)

Completed in 1509 milliseconds

1 2 34 5 6 7 8 91011>>