Home | History | Annotate | Download | only in DNS

Lines Matching defs:rtype

115 	int rtype = record.getType();
118 if (rtype == Type.SOA && !name.equals(origin)) {
281 int rtype = rrset.getType();
286 if (set.getType() == rtype) {
294 if (set.getType() == rtype)
471 int rtype = r.getRRsetType();
473 RRset rrset = findRRset(name, rtype);
491 int rtype = r.getRRsetType();
493 RRset rrset = findRRset(name, rtype);
497 removeRRset(name, rtype);