Searched defs:DNAME (Results 1 - 2 of 2) sorted by relevance

/external/smack/src/org/xbill/DNS/
H A DSetResponse.java47 * The Cache/Zone found a DNAME when looking for the name.
50 static final int DNAME = 5; field in class:SetResponse
93 case DNAME:
142 /** Is the result of the lookup a DNAME? */
145 return (type == DNAME);
172 * If the query encountered a DNAME, return it.
196 case DNAME: return "DNAME: " + data;
H A DType.java130 public static final int DNAME = 39; field in class:Type
265 types.add(DNAME, "DNAME", new DNAMERecord());

Completed in 79 milliseconds