HomeSort by relevance Sort by last modified time
    Searched refs:DNS (Results 126 - 150 of 155) sorted by null

1 2 3 4 56 7

  /external/smack/src/org/xbill/DNS/
Generator.java 3 package org.xbill.DNS;
KEYRecord.java 3 package org.xbill.DNS;
319 * @throws DNSSEC.DNSSECException The PublicKey could not be converted into DNS
LOCRecord.java 3 package org.xbill.DNS;
SimpleResolver.java 3 package org.xbill.DNS;
94 * @param addr The address of the DNS server
103 * DNS port)
104 * @param addr The address of the DNS server
264 throw new WireParseException("invalid DNS header - " +
Type.java 3 package org.xbill.DNS;
8 * Constants and functions relating to DNS Types
Update.java 3 package org.xbill.DNS;
9 * A helper class for constructing dynamic DNS (DDNS) update messages.
Record.java 3 package org.xbill.DNS;
8 import org.xbill.DNS.utils.*;
11 * A generic DNS resource record. The specific record types extend this class.
104 * @param data The rdata of the record, in uncompressed DNS wire format. Only
134 * @param data The complete rdata of the record, in uncompressed DNS wire
205 * Builds a Record from DNS uncompressed wire format.
228 * Converts a Record into DNS uncompressed wire format.
255 * Converts a Record into canonical DNS uncompressed wire format (all names are
266 * Converts a Record into canonical DNS uncompressed wire format (all names are
275 * Converts the rdata in a Record into canonical DNS uncompressed wire forma
    [all...]
TSIG.java 3 package org.xbill.DNS;
6 import org.xbill.DNS.utils.*;
Master.java 3 package org.xbill.DNS;
9 * A DNS master file parser. This incrementally parses the file, returning
Lookup.java 3 package org.xbill.DNS;
10 * The Lookup object issues queries to caching DNS servers. The input consists
12 * by default and used when possible to reduce the number of DNS requests.
168 * @throws TextParseException A name in the array is not a valid DNS name.
268 * @throws TextParseException The name is not a valid DNS name
282 * @throws TextParseException The name is not a valid DNS name
295 * @throws TextParseException The name is not a valid DNS name
327 * @throws TextParseException A name in the array is not a valid DNS name.
Message.java 3 package org.xbill.DNS;
9 * A DNS Message. A message is the basic unit of communication between
10 * the client and server of a DNS operation. A message consists of a Header
130 * Creates a new Message from its DNS wire format representation
131 * @param b A byte array containing the DNS Message.
499 * could happen if maxLength is smaller than a DNS header, for example.
ResolverConfig.java 3 package org.xbill.DNS;
15 * <LI>The properties 'dns.server' and 'dns.search' (comma delimited lists)
17 * (which are resolved using Java's built in DNS support).
18 * <LI>The sun.net.dns.ResolverConfiguration class is queried.
129 * Servers are defined by dns.server=server1,server2...
130 * The search path is defined by dns.search=domain1,domain2...
139 prop = System.getProperty("dns.server");
146 prop = System.getProperty("dns.search");
157 * Uses the undocumented Sun DNS implementation to determine the configuration
    [all...]
WKSRecord.java 3 package org.xbill.DNS;
Zone.java 3 package org.xbill.DNS;
9 * A DNS Zone. This encapsulates all data related to a Zone, and provides
ZoneTransferIn.java 2 // Parts of this are derived from lib/dns/xfrin.c from BIND 9; its copyright
22 package org.xbill.DNS;
29 * An incoming DNS Zone Transfer. To use this class, first initialize an
122 * @param r The DNS record.
329 * Sets an alternate DNS class for this zone transfer.
Cache.java 3 package org.xbill.DNS;
9 * A cache of DNS records. The cache obeys TTLs, so items are purged after
11 * avoid repeated failed DNS queries. The credibility of each RRset is
166 * @param dclass The DNS class of this cache
820 * Returns the DNS class of this cache.
Name.java 3 package org.xbill.DNS;
339 * Create a new name from DNS a wire format message
340 * @param in A stream containing the DNS message which is currently
393 * Create a new name from DNS wire format
639 * Emit a Name in DNS wire format
640 * @param out The output stream containing the DNS message.
675 * Emit a Name in DNS wire format
686 * Emit a Name in canonical DNS wire format (all lowercase)
696 * Emit a Name in canonical DNS wire format (all lowercase)
717 * Emit a Name in DNS wire forma
    [all...]
DNSSEC.java 3 package org.xbill.DNS;
15 * DNSSEC provides authentication for DNS information.
574 DSASignaturefromDNS(byte [] dns) throws DNSSECException, IOException {
575 if (dns.length != 1 + DSA_LEN * 2)
578 DNSInput in = new DNSInput(dns);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nis.h 113 DNS = 4,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis.h 113 DNS = 4,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis.h 113 DNS = 4,
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 18 If you're building an application that uses DNS Service Discovery
39 independent client processes communicate their DNS Service Discovery
126 #pragma mark - DNS Resource Record class and type constants
135 kDNSClass_NONE = 254, // Used in DNS UPDATE [RFC 2136]
137 kDNSClass_Mask = 0x7FFF,// Multicast DNS uses the bottom 15 bits to identify the record class...
140 kDNSQClass_ANY = 255, // Not a DNS class, but a DNS query class, meaning "all classes"
212 kDNSQType_ANY // Not a DNS type, but a DNS query type, meaning "all types"
379 // The longest legal textual form of a DNS name is 1009 bytes, including the C-string terminating NULL at the end
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk 346 third_party/WebKit/Source/platform/network/DNS.cpp \
    [all...]
blink_platform.target.darwin-mips.mk 345 third_party/WebKit/Source/platform/network/DNS.cpp \
    [all...]
blink_platform.target.darwin-x86.mk 345 third_party/WebKit/Source/platform/network/DNS.cpp \
    [all...]

Completed in 169 milliseconds

1 2 3 4 56 7