Home
last modified time | relevance | path

Searched refs:DNAME (Results 1 – 7 of 7) sorted by relevance

/external/smack/src/org/xbill/DNS/
DSetResponse.java50 static final int DNAME = 5; field in SetResponse
93 case DNAME: in ofType()
145 return (type == DNAME); in isDNAME()
196 case DNAME: return "DNAME: " + data; in toString()
DDNAMERecord.java28 super(name, Type.DNAME, dclass, ttl, alias, "alias"); in DNAMERecord()
DType.java130 public static final int DNAME = 39; field in Type
265 types.add(DNAME, "DNAME", new DNAMERecord()); in types.add() argument
DCache.java475 element = oneElement(tname, types, Type.DNAME, minCred); in lookup()
479 return new SetResponse(SetResponse.DNAME, in lookup()
647 } else if (type == Type.DNAME && curname.subdomain(name)) { in addMessage()
651 response = new SetResponse(SetResponse.DNAME, in addMessage()
DZone.java394 rrset = oneRRset(types, Type.DNAME); in lookup()
396 return new SetResponse(SetResponse.DNAME, in lookup()
DGenerator.java52 return (type == Type.PTR || type == Type.CNAME || type == Type.DNAME || in supportedType()
/external/llvm/docs/
DCommandLine.rst1169 ``-DNAME=value`` in a compiler tool. Here, the '``l``', '``D``' and '``L``'