Searched refs:DNAME (Results 1 – 7 of 7) sorted by relevance
/external/smack/src/org/xbill/DNS/ |
D | SetResponse.java | 50 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()
|
D | DNAMERecord.java | 28 super(name, Type.DNAME, dclass, ttl, alias, "alias"); in DNAMERecord()
|
D | Type.java | 130 public static final int DNAME = 39; field in Type 265 types.add(DNAME, "DNAME", new DNAMERecord()); in types.add() argument
|
D | Cache.java | 475 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()
|
D | Zone.java | 394 rrset = oneRRset(types, Type.DNAME); in lookup() 396 return new SetResponse(SetResponse.DNAME, in lookup()
|
D | Generator.java | 52 return (type == Type.PTR || type == Type.CNAME || type == Type.DNAME || in supportedType()
|
/external/llvm/docs/ |
D | CommandLine.rst | 1169 ``-DNAME=value`` in a compiler tool. Here, the '``l``', '``D``' and '``L``'
|