Searched refs:hostname (Results 151 - 175 of 396) sorted by relevance

1234567891011>>

/external/dnsmasq/src/
H A Drfc2131.c104 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 no
2014 do_options(struct dhcp_context *context, struct dhcp_packet *mess, unsigned char *end, unsigned char *req_options, char *hostname, char *domain, char *config_domain, struct dhcp_netid *netid, struct in_addr subnet_addr, unsigned char fqdn_flags, int null_term, int pxe_arch, unsigned char *uuid) argument
[all...]
/external/chromium_org/net/socket/
H A Dsocks_client_socket_unittest.cc36 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,
60 BuildMockSocket( MockRead reads[], size_t reads_count, MockWrite writes[], size_t writes_count, HostResolver* host_resolver, const std::string& hostname, int port, NetLog* net_log) argument
/external/netperf/
H A Dnetserver.c431 set_up_server(char hostname[], char port[], int af) argument
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-libpac/src/
H A Dproxy_resolver_v8.cc211 // Extracts an hostname argument from |args|. On success returns true
212 // and fills |*hostname| with the result.
213 bool GetHostnameArgument(const v8::FunctionCallbackInfo<v8::Value>& args, std::string* hostname) { argument
220 // If the hostname is already in ASCII, simply return it as is.
222 *hostname = UTF16ToASCII(hostname_utf16);
618 std::string hostname; local
619 if (!GetHostnameArgument(args, &hostname)) {
628 success = context->js_bindings_->DnsResolve(hostname, &ip_address);
645 std::string hostname; local
646 if (!GetHostnameArgument(args, &hostname)) {
[all...]
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dhttp_header_util.py227 if parsed.hostname is None:
252 return parsed.hostname, port, path
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_host_resolver_interface.cc50 const char* hostname,
58 if (!fake_hostname.empty() && fake_hostname == hostname) {
49 Resolve(PP_Resource resource, const char* hostname, uint16_t, const PP_HostResolver_Hint* hints, PP_CompletionCallback callback) argument
/external/chromium_org/net/dns/
H A Dhost_resolver_proc.cc253 int SystemHostResolverProc::Resolve(const std::string& hostname, argument
258 return SystemHostResolverCall(hostname,
/external/chromium_org/net/http/
H A Dhttp_auth_handler_ntlm_portable.cc447 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_bu
444 GenerateType3Msg(const base::string16& domain, const base::string16& username, const base::string16& password, const std::string& hostname, const void* rand_8_bytes, const void* in_buf, uint32 in_len, void** out_buf, uint32* out_len) argument
[all...]
H A Dtransport_security_state.h151 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);
H A Dtransport_security_state_unittest.cc229 static bool StaticShouldRedirect(const char* hostname) { argument
233 hostname, &domain_state) &&
237 static bool HasStaticState(const char* hostname) { argument
240 return state.GetStaticDomainState(hostname, &domain_state);
243 static bool HasStaticPublicKeyPins(const char* hostname) { argument
247 if (!state.GetStaticDomainState(hostname, &domain_state))
253 static bool OnlyPinningInStaticState(const char* hostname) { argument
257 if (!state.GetStaticDomainState(hostname, &domain_state))
/external/chromium_org/net/quic/crypto/
H A Dcrypto_utils.cc50 // TODO(rtenneti): Support RFC2396 hostname.
53 // would consider valid. By far the most common hostname character NOT
63 string CryptoUtils::NormalizeHostname(const char* hostname) { argument
65 string host(CanonicalizeHost(hostname, &host_info));
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Dhttp_header_util.py227 if parsed.hostname is None:
252 return parsed.hostname, port, path
/external/chromium_org/tools/android/
H A Dadb_remote_setup.sh43 REMOTE_HOST hostname of remote machine
/external/chromium_org/url/third_party/mozilla/
H A Durl_parse.h310 Component* hostname,
316 Component* hostname,
/external/conscrypt/src/platform/java/org/conscrypt/
H A DPlatform.java150 * Returns true if the supplied hostname is an literal IP address.
152 public static boolean isLiteralIpAddress(String hostname) { argument
153 return InetAddress.isNumeric(hostname);
/external/iputils/
H A Dtraceroute6.c312 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/qemu/include/android/
H A Dsockets.h237 /* resolve a hostname or decimal IPv4/IPv6 address into a socket address.
247 const char* hostname,
280 SockAddress** sock_address_list_create( const char* hostname,
/external/tcpdump/
H A Dprint-pptp.c108 u_char hostname[64]; member in struct:pptp_msg_sccrq
120 u_char hostname[64]; member in struct:pptp_msg_sccrp
252 2 u_char hostname[64];
412 pptp_hostname_print(const u_char *hostname) argument
414 printf(" HOSTNAME(%.64s)", hostname);
604 TCHECK(ptr->hostname);
605 pptp_hostname_print(&ptr->hostname[0]);
634 TCHECK(ptr->hostname);
635 pptp_hostname_print(&ptr->hostname[0]);
/external/chromium_org/chrome/browser/ssl/
H A Dssl_error_classification.h71 // Returns true if the hostname has a known Top Level Domain.
74 // Returns true if the site's hostname differs from one of the DNS
95 // Returns true if |hostname| is too broad for the scope of a wildcard
100 bool IsSubDomainOutsideWildcard(const Tokens& hostname) const;
/external/chromium_org/content/common/
H A Dp2p_messages.h48 IPC_STRUCT_TRAITS_MEMBER(hostname)
/external/chromium_org/content/renderer/p2p/
H A Dhost_address_request.cc62 new P2PHostMsg_GetHostAddress(host_name.hostname(), request_id_));
/external/chromium_org/extensions/browser/api/dns/
H A Ddns_api.cc37 hostname_ = params->hostname;
57 // hostname you'd like to resolve, even though it doesn't use that value in
/external/chromium_org/net/test/url_request/
H A Durl_request_mock_http_job.h50 // Respond to all HTTP requests of |hostname| with contents of the file
53 const std::string& hostname,
/external/chromium_org/remoting/webapp/
H A Dthird_party_token_fetcher.js51 this.redirectUri_ = 'https://' + window.location.hostname +
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DLocation.h67 String hostname() const;

Completed in 8107 milliseconds

1234567891011>>