HomeSort by relevance Sort by last modified time
    Searched refs:DLV (Results 1 - 2 of 2) sorted by null

  /external/smack/src/org/xbill/DNS/
DLVRecord.java 9 * DLV - contains a Delegation Lookaside Validation record, which acts
38 * Creates a DLV Record from the given data
48 super(name, Type.DLV, dclass, ttl);
Type.java 193 public static final int DLV = 32769;
286 types.add(DLV, "DLV", new DLVRecord());

Completed in 53 milliseconds