Home | History | Annotate | Download | only in DNS

Lines Matching defs:toWire

387 toWire(DNSOutput out) {
388 header.toWire(out);
395 rec.toWire(out, i, c);
417 rec.toWire(out, section, c);
428 toWire(DNSOutput out, int maxLength) {
439 header.toWire(out);
458 newheader.toWire(out);
470 tsigrec.toWire(out, Section.ADDITIONAL, c);
475 newheader.toWire(out);
486 toWire() {
488 toWire(out);
507 toWire(int maxLength) {
509 toWire(out, maxLength);