Home | History | Annotate | Download | only in DNS

Lines Matching refs:sections

6  * Constants and functions relating to DNS message sections
35 private static Mnemonic sections = new Mnemonic("Message Section",
41 sections.setMaximum(3);
42 sections.setNumericAllowed(true);
44 sections.add(QUESTION, "qd");
45 sections.add(ANSWER, "an");
46 sections.add(AUTHORITY, "au");
47 sections.add(ADDITIONAL, "ad");
66 return sections.getText(i);
72 sections.check(i);
82 sections.check(i);
89 return sections.getValue(s);