Home | History | Annotate | Download | only in DNS

Lines Matching full:newheader

432 	Header newheader = null;
447 if (newheader == null)
448 newheader = (Header) header.clone();
450 newheader.setFlag(Flags.TC);
451 int count = newheader.getCount(i);
452 newheader.setCount(i, count - skipped);
454 newheader.setCount(j, 0);
458 newheader.toWire(out);
468 if (newheader == null)
469 newheader = (Header) header.clone();
471 newheader.incCount(Section.ADDITIONAL);
475 newheader.toWire(out);