Home | History | Annotate | Download | only in DNS

Lines Matching refs:mailbox

19 private Name mailbox;
31 * @param mailbox The responsible person
35 RPRecord(Name name, int dclass, long ttl, Name mailbox, Name textDomain) {
38 this.mailbox = checkName("mailbox", mailbox);
44 mailbox = new Name(in);
50 mailbox = st.getName(origin);
58 sb.append(mailbox);
64 /** Gets the mailbox address of the RP Record */
67 return mailbox;
78 mailbox.toWire(out, null, canonical);