OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MGRecord
(Results
1 - 2
of
2
) sorted by null
/external/smack/src/org/xbill/DNS/
MGRecord.java
11
public class
MGRecord
extends SingleNameBase {
15
MGRecord
() {}
19
return new
MGRecord
();
28
MGRecord
(Name name, int dclass, long ttl, Name mailbox) {
Type.java
234
types.add(MG, "MG", new
MGRecord
());
Completed in 311 milliseconds