HomeSort by relevance Sort by last modified time
    Searched refs:hostname (Results 151 - 175 of 375) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/fio/
client.c 139 free(client->hostname);
159 dprint(FD_NET, "client: removed <%s>\n", client->hostname);
219 const char *hostname, int type,
233 client->hostname = strdup(hostname);
241 if (fio_server_parse_host(hostname, ipv6,
258 dprint(FD_NET, "client: added <%s>\n", client->hostname);
270 dprint(FD_NET, "client <%s>: add ini %s\n", client->hostname, ini_file);
278 int fio_client_add(struct client_ops *ops, const char *hostname, void **cookie)
305 if (fio_server_parse_string(hostname, &client->hostname
    [all...]
  /external/chromium_org/components/component_updater/test/
url_request_post_interceptor.cc 143 const std::string& hostname,
145 : scheme_(scheme), hostname_(hostname), io_task_runner_(io_task_runner) {}
240 const std::string& hostname,
243 hostname_(hostname),
246 hostname,
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/
__init__.py 26 """Raised when a certificate is provided with an invalid hostname."""
32 host: The hostname the connection was made to.
116 def _validate_certificate_hostname(self, cert, hostname):
117 """Validates that a given hostname is valid for an SSL certificate.
121 hostname: The hostname to test.
123 bool: Whether or not the hostname is valid for this certificate.
127 # Convert the glob-style hostname expression (eg, '*.google.com') into a
130 if re.search('^%s$' % (host_re,), hostname, re.I):
155 hostname = self.host.split(':', 0)[0
    [all...]
  /external/chromium_org/net/quic/crypto/
proof_verifier_chromium.cc 54 QuicAsyncStatus VerifyProof(const std::string& hostname,
86 // |hostname| specifies the hostname for which |certs| is a valid chain.
116 const string& hostname,
169 hostname_ = hostname;
353 const std::string& hostname,
371 QuicAsyncStatus status = job->VerifyProof(hostname, server_config, certs,
crypto_utils.cc 50 // TODO(rtenneti): Support RFC2396 hostname.
53 // would consider valid. By far the most common hostname character NOT
63 string CryptoUtils::NormalizeHostname(const char* hostname) {
65 string host(CanonicalizeHost(hostname, &host_info));
  /external/chromium_org/third_party/webrtc/base/
asynchttprequest_unittest.cc 132 kServerHostnameAddr.hostname(), server().address().port(),
149 kServerHostnameAddr.hostname(), server().address().port(),
193 kServerHostnameAddr.hostname(), server().address().port(),
209 kServerHostnameAddr.hostname(), server().address().port(),
217 kServerHostnameAddr.hostname(), server().address().port(),
  /external/libxml2/
nanohttp.c 133 char *hostname; /* the host name */ member in struct:xmlNanoHTTPCtxt
288 if (ctxt->hostname != NULL) {
289 xmlFree(ctxt->hostname);
290 ctxt->hostname = NULL;
316 ctxt->hostname = (char *) xmlCharStrndup(uri->server + 1, len -2);
318 ctxt->hostname = xmlMemStrdup(uri->server);
320 ctxt->hostname = xmlMemStrdup(uri->server);
419 if (ctxt->hostname != NULL) xmlFree(ctxt->hostname);
795 xmlStrcat(tmp_http, (const xmlChar *) ctxt->hostname);
    [all...]
  /external/chromium_org/chrome/browser/
process_singleton_posix.cc 22 // The destination is a string containing the hostname and process id of
27 // If writing to the socket fails, the hostname in the lock is checked to see if
29 // etc.) If the hostname differs an error is displayed and the second process
284 // Extract the hostname and pid from the lock symlink.
287 std::string* hostname,
298 *hostname = "";
303 *hostname = real_path.substr(0, pos);
314 const std::string& hostname,
319 base::ASCIIToUTF16(hostname));
787 std::string hostname; local
1050 std::string hostname; local
    [all...]
  /external/chromium_org/url/third_party/mozilla/
url_parse.cc 95 Component* hostname,
99 hostname->reset();
126 // Found a port number: <hostname>:<port>
127 *hostname = MakeRange(serverinfo.begin, colon);
128 if (hostname->len == 0)
129 hostname->reset();
132 // No port: <hostname>
133 *hostname = serverinfo;
147 Component* hostname,
153 hostname->reset()
    [all...]
url_parse.h 310 Component* hostname,
316 Component* hostname,
  /external/chromium_org/third_party/libxml/src/
nanohttp.c 138 char *hostname; /* the host name */ member in struct:xmlNanoHTTPCtxt
291 if (ctxt->hostname != NULL) {
292 xmlFree(ctxt->hostname);
293 ctxt->hostname = NULL;
315 ctxt->hostname = xmlMemStrdup(uri->server);
414 if (ctxt->hostname != NULL) xmlFree(ctxt->hostname);
790 xmlStrcat(tmp_http, (const xmlChar *) ctxt->hostname);
    [all...]
  /external/dnsmasq/src/
rfc2131.c 104 char *hostname,
133 char *hostname = NULL, *offer_hostname = NULL, *client_hostname = NULL, *domain = NULL; local
390 hostname = config->hostname;
480 if (hostname)
481 lease_set_hostname(lease, hostname, 1);
489 do_options(context, mess, end, NULL, hostname, get_domain(mess->yiaddr),
562 hostname = config->hostname;
565 /* be careful not to send an OFFER with a hostname not matching the DISCOVER. *
    [all...]
  /external/chromium_org/net/socket/
socks_client_socket_unittest.cc 36 const std::string& hostname, int port,
66 const std::string& hostname,
87 HostResolver::RequestInfo(HostPortPair(hostname, port)),
353 // Tries to connect to an unknown hostname. Should fail rather than
356 const char hostname[] = "unresolved.ipv4.address"; local
358 host_resolver_->rules()->AddSimulatedFailure(hostname);
365 hostname, 80,
  /external/netperf/
netserver.c 431 set_up_server(char hostname[], char port[], int af)
455 hostname,
469 error = getaddrinfo((char *)hostname,
486 hostname,
496 dump_addrinfo(stderr, local_res, hostname, port, af);
555 printf("Starting netserver at hostname %s port %s and family %s\n",
556 hostname,
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
http_header_util.py 227 if parsed.hostname is None:
252 return parsed.hostname, port, path
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_host_resolver_interface.cc 50 const char* hostname,
58 if (!fake_hostname.empty() && fake_hostname == hostname) {
  /external/chromium_org/net/dns/
host_resolver_proc.cc 253 int SystemHostResolverProc::Resolve(const std::string& hostname,
258 return SystemHostResolverCall(hostname,
  /external/chromium_org/net/http/
http_auth_handler_ntlm_portable.cc 447 const std::string& hostname,
520 // Get workstation name (use local machine's hostname).
523 // hostname is ASCII, so we can do a simple zero-pad expansion:
524 ucs_host_buf.assign(hostname.begin(), hostname.end());
532 host_ptr = hostname.data();
533 host_len = hostname.length();
694 std::string hostname = get_host_name_proc_(); local
695 if (hostname.empty())
701 hostname, rand_buf
    [all...]
transport_security_state.h 151 const std::string& hostname() const { return iterator_->first; } function in class:net::TransportSecurityState::Iterator
299 // Converts |hostname| from dotted form ("www.google.com") to the form
302 static std::string CanonicalizeHost(const std::string& hostname);
transport_security_state_unittest.cc 229 static bool StaticShouldRedirect(const char* hostname) {
233 hostname, &domain_state) &&
237 static bool HasStaticState(const char* hostname) {
240 return state.GetStaticDomainState(hostname, &domain_state);
243 static bool HasStaticPublicKeyPins(const char* hostname) {
247 if (!state.GetStaticDomainState(hostname, &domain_state))
253 static bool OnlyPinningInStaticState(const char* hostname) {
257 if (!state.GetStaticDomainState(hostname, &domain_state))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
http_header_util.py 227 if parsed.hostname is None:
252 return parsed.hostname, port, path
  /external/chromium_org/tools/android/
adb_remote_setup.sh 43 REMOTE_HOST hostname of remote machine
  /external/conscrypt/src/platform/java/org/conscrypt/
Platform.java 150 * Returns true if the supplied hostname is an literal IP address.
152 public static boolean isLiteralIpAddress(String hostname) {
153 return InetAddress.isNumeric(hostname);
  /external/iputils/
traceroute6.c 312 char *hostname; variable
451 hostname = *argv;
461 hostname = (char *)hp->h_name;
585 Fprintf(stderr, "traceroute to %s (%s)", hostname,
750 Printf("traceroute: wrote %s %d chars, ret=%d\n", hostname,
908 const char *hostname; local
912 hostname = inet_ntop(AF_INET6, &from->sin6_addr, pa, sizeof(pa));
922 Printf(" %s (%s)", hp ? (s ? s : hp->h_name) : hostname, pa);
  /external/chromium_org/content/common/
p2p_messages.h 48 IPC_STRUCT_TRAITS_MEMBER(hostname)

Completed in 675 milliseconds

1 2 3 4 5 67 8 91011>>