HomeSort by relevance Sort by last modified time
    Searched refs:dns (Results 1 - 21 of 21) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/examples/
udhcpd-p2p.conf 82 # as the dns option, they can be listed on the same line, or multiple
86 opt dns 192.168.2.1
98 #opt dns
  /external/dhcpcd/dhcpcd-hooks/
20-dns.conf 2 # DNS server addresses given by the DHCP server.
12 setprop dhcp.${interface}.dns${i} ""
17 setprop dhcp.${interface}.dns${count} ${dnsaddr}
25 setprop dhcp.${interface}.dns${i} ""
  /frameworks/base/core/java/android/net/
DnsPinger.java 43 * Performs a simple DNS "ping" by sending a "server status" query packet to the
44 * DNS server. As long as the server replies, we consider it a success.
73 //Invalidates old dns requests upon a cancel
79 * Async response packet for dns pings.
110 InetAddress dns; field in class:DnsPinger.DnsArg
114 dns = d;
145 InetAddress dnsAddress = dnsArg.dns;
165 // Send the DNS query
240 * Returns a list of DNS addresses, coming from either the link properties of the
241 * specified connection or the default system DNS if the link properties has no dnses
298 String dns = Settings.Secure.getString(mContext.getContentResolver(), local
    [all...]
LinkProperties.java 35 * multiple dns servers but only one http proxy.
37 * Because it's a single network, the dns's
44 * the local network. The dns servers all return
115 public void addDns(InetAddress dns) {
116 if (dns != null) mDnses.add(dns);
161 String dns = "DnsAddresses: ["; local
162 for (InetAddress addr : mDnses) dns += addr.getHostAddress() + ",";
163 dns += "] ";
170 return ifaceName + linkAddresses + routes + dns + proxy
    [all...]
  /external/netcat/data/
dns-any.d 0 # dns "any for ." query, to udp 53
  /external/webkit/Source/WebCore/inspector/front-end/
HAREntry.js 103 var dns = this._interval("dnsStart", "dnsEnd");
116 if (dns !== -1)
117 connect -= dns;
122 dns: dns,
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
PKIXNameConstraintValidator.java 47 ASN1Sequence dns,
55 if (subtree.size() > dns.size())
62 if (!subtree.getObjectAt(j).equals(dns.getObjectAt(j)))
71 public void checkPermittedDN(ASN1Sequence dns)
74 checkPermittedDN(permittedSubtreesDN, dns);
77 public void checkExcludedDN(ASN1Sequence dns)
80 checkExcludedDN(excludedSubtreesDN, dns);
83 private void checkPermittedDN(Set permitted, ASN1Sequence dns)
91 if (permitted.isEmpty() && dns.size() == 0)
101 if (withinDNSubtree(dns, subtree)
1035 String dns = extractNameAsString(((GeneralSubtree)it.next()) local
    [all...]
RFC3280CertPathUtilities.java 1168 ASN1Sequence dns; local
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
GeneralName.java 163 // according to RFC 3280 p.34 the DNS name should be
354 // DNS name [2] that can be constructed by simply adding
357 String dns = (String) name; local
359 if (dns.equalsIgnoreCase(_dns)) {
362 return _dns.toLowerCase(Locale.US).endsWith("." + dns.toLowerCase(Locale.US));
542 * Checks the correctness of the string representation of DNS name.
546 public static void checkDNS(String dns) throws IOException {
547 String string = dns.toLowerCase(Locale.US);
559 throw new IOException("DNS name must start with a letter: " + dns);
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
win32socketserver.cc 340 LOG_F(LS_INFO) << "async dns lookup (" << addr.IPAsString() << ")";
341 DnsLookup * dns = new DnsLookup; local
342 dns->handle = WSAAsyncGetHostByName(sink_->handle(), WM_DNSNOTIFY,
343 addr.IPAsString().c_str(), dns->buffer, sizeof(dns->buffer));
345 if (!dns->handle) {
347 delete dns;
353 dns->port = addr.port();
354 dns_ = dns;
  /external/dhcpcd/
Android.mk 45 LOCAL_MODULE := 20-dns.conf
  /external/wpa_supplicant_8/src/tls/
x509v3.h 47 char *dns; /* dNSName */ member in struct:x509_name
x509v3.c 37 os_free(name->dns);
40 name->alt_email = name->dns = name->uri = NULL;
880 os_free(name->dns);
881 name->dns = os_zalloc(len + 1);
882 if (name->dns == NULL)
884 os_memcpy(name->dns, pos, len);
885 if (os_strlen(name->dns) != len) {
888 name->dns);
889 os_free(name->dns);
890 name->dns = NULL
    [all...]
  /external/openssl/crypto/x509v3/
v3_ncons.c 78 static int nc_dns(ASN1_IA5STRING *sub, ASN1_IA5STRING *dns);
390 static int nc_dns(ASN1_IA5STRING *dns, ASN1_IA5STRING *base)
393 char *dnsptr = (char *)dns->data;
398 * compare RHS and if dns is longer and expect '.' as preceding
401 if (dns->length > base->length)
403 dnsptr += dns->length - base->length;
  /frameworks/base/core/java/android/os/
INetworkManagementService.aidl 170 * Sets the list of DNS forwarders (in order of priority)
172 void setDnsForwarders(in String[] dns);
175 * Returns the list of DNS fowarders (in order of priority)
315 * Sets the name of the default interface in the DNS resolver.
320 * Bind name servers to an interface in the DNS resolver.
325 * Flush the DNS cache associated with the default interface.
330 * Flush the DNS cache associated with the specified interface.
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java 150 * used both as a refcount and for per-PID DNS selection
257 * used internally to restore DNS properties back to the
345 // read our default dns server ip
346 String dns = Settings.Secure.getString(context.getContentResolver(), local
348 if (dns == null || dns.length() == 0) {
349 dns = context.getResources().getString(
353 mDefaultDns = NetworkUtils.numericToInetAddress(dns);
355 loge("Error setting defaultDns using " + dns);
    [all...]
NetworkManagementService.java 822 public void setDnsForwarders(String[] dns) throws IllegalStateException
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java 459 String dns = mDns1View.getText().toString(); local
462 dnsAddr = NetworkUtils.numericToInetAddress(dns);
468 dns = mDns2View.getText().toString();
470 dnsAddr = NetworkUtils.numericToInetAddress(dns);
  /external/ppp/pppd/
ipcp.c 92 static bool usepeerdns; /* Ask peer for DNS addrs */
177 { "ms-dns", 1, (void *)setdnsaddr,
178 "DNS address for the peer's use" },
210 "Ask peer for DNS address(es)", 1 },
332 * setdnsaddr - set the dns address(es)
338 u_int32_t dns; local
341 dns = inet_addr(*argv);
342 if (dns == (u_int32_t) -1) {
344 option_error("invalid address parameter '%s' for ms-dns option",
348 dns = *(u_int32_t *)hp->h_addr
    [all...]
  /build/core/
user_tags.mk 29 20-dns.conf \
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfigStore.java 132 private static final String DNS_KEY = "dns";
    [all...]

Completed in 538 milliseconds