Searched defs:toWire (Results 1 - 6 of 6) sorted by relevance

/external/smack/src/org/xbill/DNS/
H A DTypeBitmap.java115 toWire(DNSOutput out) { method in class:TypeBitmap
H A DEDNSOption.java166 toWire(DNSOutput out) { method in class:EDNSOption
180 toWire() throws IOException { method in class:EDNSOption
182 toWire(out);
H A DHeader.java71 toWire(DNSOutput out) { method in class:Header
79 toWire() { method in class:Header
81 toWire(out);
H A DMessage.java387 toWire(DNSOutput out) { method in class:Message
388 header.toWire(out);
395 rec.toWire(out, i, c);
417 rec.toWire(out, section, c);
428 toWire(DNSOutput out, int maxLength) { method in class:Message
439 header.toWire(out);
458 newheader.toWire(out);
470 tsigrec.toWire(out, Section.ADDITIONAL, c);
475 newheader.toWire(out);
486 toWire() { method in class:Message
507 toWire(int maxLength) { method in class:Message
[all...]
H A DName.java645 toWire(DNSOutput out, Compression c) { method in class:Name
647 throw new IllegalArgumentException("toWire() called on " +
679 toWire() { method in class:Name
681 toWire(out, null);
725 toWire(DNSOutput out, Compression c, boolean canonical) { method in class:Name
729 toWire(out, c);
H A DRecord.java213 toWire(DNSOutput out, int section, Compression c) { method in class:Record
214 name.toWire(out, c);
231 toWire(int section) { method in class:Record
233 toWire(out, section, null);

Completed in 83 milliseconds