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

  /external/smack/src/org/xbill/DNS/
MINFORecord.java 30 * Creates an MINFO Record from the given data
40 super(name, Type.MINFO, dclass, ttl);
59 /** Converts the MINFO Record to a String */
Type.java 55 public static final int MINFO = 14;
240 types.add(MINFO, "MINFO", new MINFORecord());

Completed in 901 milliseconds