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

1 2

  /external/smack/src/org/xbill/DNS/
EmptyRecord.java 26 rrFromWire(DNSInput in) throws IOException {
GenericEDNSOption.java 33 optionFromWire(DNSInput in) throws IOException {
UNKRecord.java 28 rrFromWire(DNSInput in) throws IOException {
EDNSOption.java 109 optionFromWire(DNSInput in) throws IOException;
117 fromWire(DNSInput in) throws IOException {
151 return fromWire(new DNSInput(b));
AAAARecord.java 40 rrFromWire(DNSInput in) throws IOException {
DHCIDRecord.java 38 rrFromWire(DNSInput in) throws IOException {
NULLRecord.java 42 rrFromWire(DNSInput in) throws IOException {
SingleNameBase.java 37 rrFromWire(DNSInput in) throws IOException {
DNSInput.java 11 public class DNSInput {
20 * Creates a new DNSInput
24 DNSInput(byte [] input) {
ARecord.java 58 rrFromWire(DNSInput in) throws IOException {
DNSSEC.java 323 readBigInteger(DNSInput in, int len) throws IOException {
329 readBigInteger(DNSInput in) {
345 DNSInput in = new DNSInput(r.getKey());
360 DNSInput in = new DNSInput(r.getKey());
418 DNSInput in = new DNSInput(r.getKey());
578 DNSInput in = new DNSInput(dns)
    [all...]
HINFORecord.java 45 rrFromWire(DNSInput in) throws IOException {
ISDNRecord.java 47 rrFromWire(DNSInput in) throws IOException {
MINFORecord.java 48 rrFromWire(DNSInput in) throws IOException {
NSAPRecord.java 76 rrFromWire(DNSInput in) throws IOException {
NSECRecord.java 49 rrFromWire(DNSInput in) throws IOException {
PXRecord.java 46 rrFromWire(DNSInput in) throws IOException {
RPRecord.java 43 rrFromWire(DNSInput in) throws IOException {
SSHFPRecord.java 59 rrFromWire(DNSInput in) throws IOException {
U16NameBase.java 39 rrFromWire(DNSInput in) throws IOException {
X25Record.java 56 rrFromWire(DNSInput in) throws IOException {
Record.java 75 rrFromWire(DNSInput in) throws IOException;
78 newRecord(Name name, int type, int dclass, long ttl, int length, DNSInput in)
115 DNSInput in;
117 in = new DNSInput(data);
176 fromWire(DNSInput in, int section, boolean isUpdate) throws IOException {
200 fromWire(DNSInput in, int section) throws IOException {
209 return fromWire(new DNSInput(b), section, false);
467 DNSInput in = new DNSInput(data);
Header.java 54 Header(DNSInput in) throws IOException {
67 this(new DNSInput(b));
DLVRecord.java 56 rrFromWire(DNSInput in) throws IOException {
NXTRecord.java 44 rrFromWire(DNSInput in) throws IOException {

Completed in 4799 milliseconds

1 2