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

1 2 3

  /external/smack/asmack-master/patch/
00-remove-javax-dns.sh 3 rm org/jivesoftware/smack/util/dns/JavaxResolver.java
  /external/mdnsresponder/Clients/
Makefile 29 TARGETS = build/dns-sd build/dns-sd64
32 TARGETS = build/dns-sd
44 build/dns-sd: build dns-sd.c ClientCommon.c
47 build/dns-sd64: build dns-sd.c ClientCommon.c
50 # Note, we can make a 'fat' version of dns-sd using 'lipo', as shown below, but we
51 # don't, because we don't want or need a 'fat' version of dns-sd, because it will
54 # lipo -create dns-sd dns-sd64 -output dns-sd-fa
    [all...]
  /external/smack/src/org/jivesoftware/smack/util/dns/
DNSResolver.java 16 package org.jivesoftware.smack.util.dns;
21 * Implementations of this interface define a class that is capable of resolving DNS addresses.
SRVRecord.java 16 package org.jivesoftware.smack.util.dns;
19 * @see <a href="http://tools.ietf.org/html/rfc2782>RFC 2782: A DNS RR for specifying the location of services (DNS
42 "DNS SRV records weight must be a 16-bit unsiged integer (i.e. between 0-65535. Weight was: "
47 "DNS SRV records priority must be a 16-bit unsiged integer (i.e. between 0-65535. Priority was: "
DNSJavaResolver.java 16 package org.jivesoftware.smack.util.dns;
21 import org.xbill.DNS.Lookup;
22 import org.xbill.DNS.Record;
23 import org.xbill.DNS.Type;
26 * This implementation uses the <a href="http://www.dnsjava.org/">dnsjava</a> implementation for resolving DNS addresses.
52 org.xbill.DNS.SRVRecord srvRecord = (org.xbill.DNS.SRVRecord) record;
HostAddress.java 16 package org.jivesoftware.smack.util.dns;
53 "DNS SRV records weight must be a 16-bit unsiged integer (i.e. between 0-65535. Port was: " + port);
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/http/
RouteSelectorTest.java 23 import com.squareup.okhttp.internal.Dns;
81 private final FakeDns dns = new FakeDns(); field in class:RouteSelectorTest
86 RouteSelector routeSelector = new RouteSelector(address, uri, proxySelector, pool, dns,
90 dns.inetAddresses = makeFakeAddresses(255, 1);
91 assertConnection(routeSelector.next("GET"), address, NO_PROXY, dns.inetAddresses[0], uriPort,
93 dns.assertRequests(uriHost);
105 RouteSelector routeSelector = new RouteSelector(address, uri, proxySelector, pool, dns,
109 dns.inetAddresses = makeFakeAddresses(255, 1);
113 routeSelector = new RouteSelector(address, uri, proxySelector, pool, dns, routeDatabase);
114 assertConnection(routeSelector.next("GET"), address, NO_PROXY, dns.inetAddresses[0], uriPort
    [all...]
  /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.
19 setprop dhcp.${intf}.dns${i} ""
24 setprop dhcp.${intf}.dns${count} ${dnsaddr}
42 setprop dhcp.${intf}.dns${i} ""
  /system/core/include/netutils/
dhcp.h 30 char *dns[],
40 char *dns[],
  /external/jmdns/src/javax/jmdns/impl/
DNSRecord.java 28 * DNS record
77 abstract boolean handleQuery(JmDNSImpl dns, long expirationTime);
84 abstract boolean handleResponse(JmDNSImpl dns);
89 abstract DNSOutgoing addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) throws IOException;
330 boolean handleQuery(JmDNSImpl dns, long expirationTime) {
331 if (dns.getLocalHost().conflictWithRecord(this)) {
332 DNSRecord.Address localAddress = dns.getLocalHost().getDNSAddressRecord(this.getRecordType(), this.isUnique(), DNSConstants.DNS_TTL);
346 if (dns.isProbing() && comparison > 0) {
348 dns.getLocalHost().incrementHostName();
349 dns.getCache().clear()
    [all...]
HostInfo.java 48 * @param dns
50 public HostInfoState(JmDNSImpl dns) {
52 this.setDns(dns);
60 * @param dns
66 public static HostInfo newHostInfo(InetAddress address, JmDNSImpl dns, String jmdnsName) {
104 localhost = new HostInfo(addr, aName, dns);
121 private HostInfo(final InetAddress address, final String name, final JmDNSImpl dns) {
123 this._state = new HostInfoState(dns);
  /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.Global.getString(mContext.getContentResolver(), local
    [all...]
  /external/jmdns/src/javax/jmdns/
JmmDNS.java 16 * Java Multihomed Multicast DNS
86 JmmDNS dns = null; local
89 dns = delegate.newJmmDNS();
91 return (dns != null ? dns : new JmmDNSImpl());
95 * Return the instance of the Multihommed Multicast DNS.
148 * Get service information. If the information is not cached, the method will block until updated information is received on all DNS.
162 * Get service information. If the information is not cached, the method will block until updated information is received on all DNS.
178 * Get service information. If the information is not cached, the method will block until updated information is received on all DNS.
194 * Get service information. If the information is not cached, the method will block until updated information is received on all DNS
    [all...]
  /external/chromium_org/chrome/browser/resources/options/chromeos/
internet_detail.css 86 #ipconfig-dns-section {
91 #user-dns-settings:not([selected]) {
95 .dns-display {
102 .dns-display:not([selected]) {
  /system/core/libnetutils/
dhcp_utils.c 91 char *dns[],
144 for (x=0; dns[x] != NULL; x++) {
145 snprintf(prop_name, sizeof(prop_name), "%s.%s.dns%d", DHCP_PROP_NAME_PREFIX, p2p_interface, x+1);
146 property_get(prop_name, dns[x], NULL);
190 char *dns[],
246 if (fill_ip_info(interface, ipaddr, gateway, prefixLength, dns,
334 char *dns[],
375 return fill_ip_info(interface, ipaddr, gateway, prefixLength, dns,
  /external/bouncycastle/bcprov/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...]
  /external/chromium_org/chrome/browser/resources/net_internals/
timeline_view.css 49 #timeline-view-dns-requests {
53 #timeline-view-dns-jobs {
  /external/libppp/src/
ipcp.c 146 { 129, "PRIDNS" }, /* 129: Primary DNS Server Address */
148 { 131, "SECDNS" }, /* 131: Secondary DNS Server Address */
177 ipcp->ns.dns[0].s_addr = ipcp->ns.dns[1].s_addr = INADDR_NONE;
250 if (n < 2 && inet_aton(cp, ipcp->ns.dns))
267 if (n == 2 && ipcp->ns.dns[0].s_addr == INADDR_ANY) {
268 ipcp->ns.dns[0].s_addr = ipcp->ns.dns[1].s_addr;
269 ipcp->ns.dns[1].s_addr = INADDR_ANY;
288 if (ipcp->ns.dns[0].s_addr == INADDR_ANY &
    [all...]
ipcp.h 64 struct in_addr dns[2]; /* DNS addresses offered */ member in struct:ipcp::__anon22817::__anon22819
65 unsigned dns_neg : 2; /* dns negotiation */
80 struct in_addr dns[2]; /* Current DNS addresses */ member in struct:ipcp::__anon22821
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
RouteSelector.java 23 import com.squareup.okhttp.internal.Dns;
56 private final Dns dns; field in class:RouteSelector
80 Dns dns, RouteDatabase routeDatabase) {
85 this.dns = dns;
216 socketAddresses = dns.getAllByName(socketHost);
  /external/smack/src/org/jivesoftware/smack/util/
DNSUtil.java 30 import org.jivesoftware.smack.util.dns.DNSResolver;
31 import org.jivesoftware.smack.util.dns.HostAddress;
32 import org.jivesoftware.smack.util.dns.SRVRecord;
35 * Utility class to perform DNS lookups for XMPP services.
42 * Create a cache to hold the 100 most recently accessed DNS lookups for a period of
50 * Set the DNS resolver that should be used to perform DNS lookups.
59 * Returns the current DNS resolved used to perform DNS lookups.
69 * reached at for client-to-server communication. A DNS lookup for a SR
    [all...]
  /build/target/product/
base.mk 19 20-dns.conf \
  /external/smack/asmack-master/static-src/custom/org/jivesoftware/smack/
SmackAndroid.java 4 import org.jivesoftware.smack.util.dns.DNSJavaResolver;
7 import org.xbill.DNS.ResolverConfig;
  /external/smack/src/org/jivesoftware/smack/
SmackAndroid.java 4 import org.jivesoftware.smack.util.dns.DNSJavaResolver;
7 import org.xbill.DNS.ResolverConfig;

Completed in 1988 milliseconds

1 2 3