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

  /external/smack/src/org/xbill/DNS/
NSAP_PTRRecord.java 24 * Creates a new NSAP_PTR Record with the given data
29 super(name, Type.NSAP_PTR, dclass, ttl, target, "target");
32 /** Gets the target of the NSAP_PTR Record */
Type.java 82 public static final int NSAP_PTR = 23;
249 types.add(NSAP_PTR, "NSAP-PTR", new NSAP_PTRRecord());

Completed in 73 milliseconds