OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DNAME
(Results
1 - 2
of
2
) sorted by null
/external/smack/src/org/xbill/DNS/
SetResponse.java
47
* The Cache/Zone found a
DNAME
when looking for the name.
50
static final int
DNAME
= 5;
93
case
DNAME
:
142
/** Is the result of the lookup a
DNAME
? */
145
return (type ==
DNAME
);
172
* If the query encountered a
DNAME
, return it.
196
case
DNAME
: return "
DNAME
: " + data;
Type.java
130
public static final int
DNAME
= 39;
265
types.add(
DNAME
, "
DNAME
", new DNAMERecord());
Completed in 93 milliseconds