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

12 3 4 5 6 7 8

  /external/bluetooth/glib/tests/
uri-test.c 40 char *hostname; member in struct:__anon2263
186 to_uri_tests[i].hostname,
233 gchar *hostname; local
240 &hostname,
291 if (hostname != NULL)
293 g_print ("\ng_filename_from_uri() test %d failed, expected no hostname, got: %s\n",
294 i, hostname);
298 else if (hostname == NULL ||
299 strcmp (hostname, from_uri_tests[i].expected_hostname) != 0)
301 g_print ("\ng_filename_from_uri() test %d failed, expected hostname: %s, actual result: %s\n"
355 gchar *uri, *hostname, *res; local
    [all...]
  /external/chromium/net/url_request/
url_request_filter.h 33 // scheme,hostname -> ProtocolFactory
45 const std::string& hostname,
48 const std::string& hostname);
url_request_filter.cc 28 const std::string& hostname, URLRequest::ProtocolFactory* factory) {
29 hostname_handler_map_[make_pair(scheme, hostname)] = factory;
49 const std::string& hostname) {
51 hostname_handler_map_.find(make_pair(scheme, hostname));
70 // Check to see if this URL is masked by a hostname handler.
115 // Check the hostname map first.
116 const std::string& hostname = request->url().host(); local
119 hostname_handler_map_.find(make_pair(scheme, hostname));
124 // Not in the hostname map, check the url map.
  /external/dhcpcd/dhcpcd-hooks/
Makefile 3 SYSTEMSCRIPTS= 01-test 10-mtu 20-resolv.conf 30-hostname
  /external/dnsmasq/src/
helper.c 113 char *p, *action_str, *hostname = NULL; local
255 hostname = (char *)buf;
256 hostname[data.hostname_len - 1] = 0;
257 if (!legal_hostname(hostname))
258 hostname = NULL;
259 else if ((dot = strchr(hostname, '.')))
266 if (data.action == ACTION_OLD_HOSTNAME && hostname)
268 my_setenv("DNSMASQ_OLD_HOSTNAME", hostname, &err);
269 hostname = NULL;
282 action_str, daemon->dhcp_buff, inet_ntoa(data.addr), hostname, (char*)NULL)
    [all...]
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/dropbear/
fake-rfc2553.c 150 getaddrinfo(const char *hostname, const char *servname,
175 if (hostname && inet_aton(hostname, &in) != 0)
183 if (!hostname) {
190 if (inet_aton(hostname, &in)) {
201 hp = gethostbyname(hostname);
loginrec.h 135 char hostname[LINFO_HOSTSIZE]; /* remote hostname */ member in struct:logininfo
154 const char *hostname, const char *line);
159 const char *hostname, const char *line);
  /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/webkit/WebCore/page/
Location.h 53 String hostname() const;
  /external/webkit/WebCore/workers/
WorkerLocation.h 55 String hostname() const;
WorkerLocation.idl 38 readonly attribute DOMString hostname;
WorkerLocation.cpp 52 String WorkerLocation::hostname() const function in class:WebCore::WorkerLocation
  /external/netcat/scripts/
webrelay 19 echo needs hostname
  /external/chromium/net/third_party/nss/ssl/
sslauth.c 241 const char * hostname = NULL; local
261 * Now check the name field in the cert against the desired hostname.
264 hostname = ss->url;
265 if (hostname && hostname[0])
266 rv = CERT_VerifyCertName(ss->sec.peerCert, hostname);
  /external/chromium/net/socket/
socks_client_socket_unittest.cc 34 const std::string& hostname, int port);
62 const std::string& hostname,
76 HostResolver::RequestInfo(hostname, port),
291 const char hostname[] = "unresolved.ipv4.address"; local
293 host_resolver_->rules()->AddSimulatedFailure(hostname);
297 request.append(hostname, arraysize(hostname));
305 hostname, 80));
321 const char hostname[] = "an.ipv6.address"; local
323 host_resolver_->rules()->AddIPv6Rule(hostname, "2001:db8:8714:3a90::12")
    [all...]
socks5_client_socket_unittest.cc 36 const std::string& hostname,
71 const std::string& hostname,
84 HostResolver::RequestInfo(hostname, port));
157 const std::string hostname = "my-host-name"; local
166 request.push_back(hostname.size());
167 request.append(hostname);
180 user_sock_.reset(BuildMockSocket(data_reads, data_writes, hostname, 80));
204 // the transport socket first) because the hostname is too long.
211 const std::string hostname = "www.google.com"; local
235 user_sock_.reset(BuildMockSocket(data_reads, data_writes, hostname, 80))
    [all...]
  /external/chromium/net/base/
host_resolver.h 36 // The parameters for doing a Resolve(). |hostname| and |port| are required,
40 RequestInfo(const std::string& hostname, int port)
41 : hostname_(hostname),
49 const std::string& hostname() const { return hostname_; } function in class:net::HostResolver::RequestInfo
69 // The hostname to resolve.
116 // Resolves the given hostname (or IP address literal), filling out the
179 // This class represents the task of resolving a hostname (or IP address
181 // single hostname at a time and cancels this request when going out of scope.
191 // Resolves the given hostname (or IP address literal), filling out the
  /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/dhcpcd/
dhcpcd.h 85 char hostname[HOSTNAME_MAX_LEN + 1]; /* We don't store the lenth */ member in struct:options
  /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/qemu/block/
nbd.c 68 char hostname[128]; local
70 pstrcpy(hostname, 128, host);
72 p = strchr(hostname, ':');
82 sock = tcp_socket_outgoing(hostname, port);
  /external/qemu/telephony/
sysdeps.h 44 extern SysChannel sys_channel_create_tcp_client( const char* hostname, int port );
  /external/webkit/WebCore/html/
HTMLAnchorElement.idl 39 readonly attribute DOMString hostname;
47 attribute [ConvertNullToNullString] DOMString hostname;
HTMLAreaElement.idl 35 readonly attribute DOMString hostname;

Completed in 337 milliseconds

12 3 4 5 6 7 8