Home | History | Annotate | Download | only in DNS

Lines Matching refs:SOA

30 private SOARecord SOA;
48 if (type == Type.SOA)
69 return oneRRset(originNode, Type.SOA);
101 RRset rrset = oneRRset(originNode, Type.SOA);
104 ": exactly 1 SOA must be specified");
106 SOA = (SOARecord) it.next();
118 if (rtype == Type.SOA && !name.equals(origin)) {
119 throw new IOException("SOA owner " + name +
217 /** Returns the Zone's SOA record */
220 return SOA;
514 * that the SOA is returned at the end as well as the beginning.