OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NAPTR
(Results
1 - 2
of
2
) sorted by null
/external/smack/src/org/xbill/DNS/
NAPTRRecord.java
30
* Creates an
NAPTR
Record from the given data
31
* @param order The order of this
NAPTR
. Records with lower order are
46
super(name, Type.
NAPTR
, dclass, ttl);
Type.java
118
public static final int
NAPTR
= 35;
261
types.add(
NAPTR
, "
NAPTR
", new NAPTRRecord());
Completed in 89 milliseconds