Home | History | Annotate | Download | only in DNS

Lines Matching refs:Section

552 getCred(int section, boolean isAuth) {
553 if (section == Section.ANSWER) {
558 } else if (section == Section.AUTHORITY) {
563 } else if (section == Section.ADDITIONAL) {
566 throw new IllegalArgumentException("getCred: invalid section");
620 answers = in.getSectionRRsets(Section.ANSWER);
626 cred = getCred(Section.ANSWER, isAuth);
663 auth = in.getSectionRRsets(Section.AUTHORITY);
678 cred = getCred(Section.AUTHORITY, isAuth);
694 cred = getCred(Section.AUTHORITY, isAuth);
704 cred = getCred(Section.AUTHORITY, isAuth);
709 addl = in.getSectionRRsets(Section.ADDITIONAL);
717 cred = getCred(Section.ADDITIONAL, isAuth);