OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WKS
(Results
1 - 2
of
2
) sorted by null
/external/smack/src/org/xbill/DNS/
Type.java
46
public static final int
WKS
= 11;
237
types.add(
WKS
, "
WKS
", new WKSRecord());
WKSRecord.java
589
* Creates a
WKS
Record from the given data
598
super(name, Type.
WKS
, dclass, ttl);
Completed in 52 milliseconds