HomeSort by relevance Sort by last modified time
    Searched full:hostname (Results 201 - 225 of 1501) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/dhcpcd/
dhcpcd.conf.5.in 98 For example, you can force the hostname hook to always set the hostname with
126 .It Ic hostname Ar name
128 .Ar hostname
131 .Ar hostname
132 is an empty string then the current system hostname is sent.
134 .Ar hostname
142 encodes the FQDN hostname as specified in
dhcpcd.8 39 .Op Fl h , Fl Fl hostname Ar hostname
89 If the hostname is currently blank, (null) or localhost, or
93 sets the hostname to the one supplied by the DHCP server.
182 .Pa 30-hostname .
230 For example, you can force the hostname hook to always set the hostname with
247 hostname.
254 encodes the FQDN hostname as specified in
261 .It Fl h , Fl Fl hostname Ar hostnam
    [all...]
dhcpcd.8.in 39 .Op Fl h , Fl Fl hostname Ar hostname
89 If the hostname is currently blank, (null) or localhost, or
93 sets the hostname to the one supplied by the DHCP server.
172 .Pa 30-hostname .
220 For example, you can force the hostname hook to always set the hostname with
237 hostname.
244 encodes the FQDN hostname as specified in
251 .It Fl h , Fl Fl hostname Ar hostnam
    [all...]
  /external/dnsmasq/contrib/openvpn/
README 18 > The only problem is that the hostname for my system doesn't get set
21 > the ipcalc call to set the laptop's hostname. If I start dnsmasq
dnsmasq.patch 44 # change this if you want dnsmasq to cache any "hostname" or "client-hostname" from
  /external/nist-sip/java/gov/nist/core/
HostNameParser.java 175 String hostname; local
179 hostname = ipv6Reference();
187 hostname
192 //IPv4 address or hostname
196 hostname = lexer.getBuffer().substring(startPtr, lexer.getPtr());
199 if (hostname.length() == 0)
204 return new Host(hostname);
307 " Illegal character in hostname:" + lexer.lookAhead(0),
  /external/ppp/pppd/plugins/radius/
ip_util.c 39 error("rc_get_ipaddr: couldn't resolve hostname: %s", host);
130 if ((this_host_ipaddr = rc_get_ipaddr (hostname)) == 0) {
  /external/proguard/docs/
sections.html 49 if (document.location.hostname == "proguard.sourceforge.net")
52 if (document.location.hostname == "proguard.sourceforge.net")
  /libcore/luni/src/main/native/
Portability.h 81 inline int android_getaddrinfofornet(const char *hostname, const char *servname,
83 return getaddrinfo(hostname, servname, hints, res);
  /external/chromium_org/remoting/webapp/
host_table_entry.js 186 /*i18n-content*/'TOOLTIP_CONNECT', this.host.hostName);
216 editBox.value = this.host.hostName;
229 * Accept the hostname entered by the user.
236 if (this.host.hostName != editBox.value) {
237 this.host.hostName = editBox.value;
251 l10n.localizeElement(message, this.host.hostName);
314 * Create the DOM nodes and event handlers for the hostname cell.
323 /*i18n-content*/'UPDATE_REQUIRED', this.host.hostName);
325 hostNameNode.innerText = this.host.hostName;
352 /*i18n-content*/'LAST_ONLINE', [this.host.hostName, displayString])
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyConnection.java 83 private final String hostName;
142 hostName = builder.hostName;
327 executor.submit(new NamedRunnable("OkHttp %s stream %d", hostName, streamId) {
342 executor.submit(new NamedRunnable("OkHttp Window Update %s stream %d", hostName, streamId) {
375 hostName, payload1, payload2) {
494 private String hostName;
510 public Builder(String hostName, boolean client, Socket socket) throws IOException {
511 this.hostName = hostName;
    [all...]
  /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/chrome/android/java/src/org/chromium/chrome/browser/
NativePage.java 29 * @return The hostname for this page, e.g. "newtab" or "bookmarks".
  /external/chromium_org/chrome/browser/content_settings/
mock_settings_observer.cc 37 GURL url("http://random-hostname.com/");
  /external/chromium_org/chrome/browser/net/
chrome_fraudulent_certificate_reporter.h 35 virtual void SendReport(const std::string& hostname,
  /external/chromium_org/chrome/browser/ui/app_list/search/people/
people_provider_browsertest.cc 275 "http://username:password@hostname/",
278 "http://hostname/?query=q",
279 "http://hostname/path#ref",
281 "https://hostname/path",
  /external/chromium_org/chrome/browser/ui/app_list/search/webstore/
webstore_provider_browsertest.cc 208 "http://username:password@hostname/",
211 "http://hostname/?query=q",
212 "http://hostname/path#ref",
214 "https://hostname/path",
  /external/chromium_org/net/base/
dns_util.h 29 // Returns the hostname by trimming the ending dot, if one exists.
host_mapping_rules.h 31 // The <replacement_host> can be either a hostname, or an IP address literal.
  /external/chromium_org/net/cert/
single_request_cert_verifier.h 28 const std::string& hostname,
x509_util_mac.cc 58 OSStatus CreateSSLServerPolicy(const std::string& hostname,
63 if (!hostname.empty()) {
64 tp_ssl_options.ServerName = hostname.data();
65 tp_ssl_options.ServerNameLen = hostname.size();
  /external/chromium_org/net/proxy/
proxy_server_mac.cc 23 // No hostname port to extract; we are done.
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
HostInfo.java 55 json.getString("hostName"),
  /external/chromium_org/remoting/ios/ui/
pin_entry_view_controller.h 40 @property(nonatomic, copy) NSString* hostName;
  /external/chromium_org/third_party/WebKit/Source/platform/network/
DNS.h 35 PLATFORM_EXPORT void prefetchDNS(const String& hostname);

Completed in 893 milliseconds

1 2 3 4 5 6 7 891011>>