Home
last modified time | relevance | path

Searched refs:emailbox_ (Results 1 – 4 of 4) sorted by relevance

/dports/net/kea/kea-2.0.1/src/lib/dns/rdata/generic/
H A Dminfo_14.cc47 rmailbox_(Name::ROOT_NAME()), emailbox_(Name::ROOT_NAME()) in MINFO()
55 emailbox_ = createNameFromLexer(lexer, NULL); in MINFO()
85 emailbox_(createNameFromLexer(lexer, origin)) in MINFO()
99 rmailbox_(buffer), emailbox_(buffer) in MINFO()
107 Rdata(), rmailbox_(other.rmailbox_), emailbox_(other.emailbox_) in MINFO()
120 return (rmailbox_.toText() + " " + emailbox_.toText()); in toText()
131 emailbox_.toWire(buffer); in toWire()
137 emailbox_ = source.emailbox_; in operator =()
155 renderer.writeName(emailbox_); in toWire()
169 return (compareNames(emailbox_, other_minfo.emailbox_)); in compare()
H A Dminfo_14.h61 Name getEmailbox() const { return (emailbox_); } in getEmailbox()
65 Name emailbox_; variable
/dports/net/kea/kea-2.0.1/src/lib/dns/
H A Drdataclass.cc2155 rmailbox_(Name::ROOT_NAME()), emailbox_(Name::ROOT_NAME()) in MINFO()
2163 emailbox_ = createNameFromLexer(lexer, NULL); in MINFO()
2193 emailbox_(createNameFromLexer(lexer, origin)) in MINFO()
2207 rmailbox_(buffer), emailbox_(buffer) in MINFO()
2215 Rdata(), rmailbox_(other.rmailbox_), emailbox_(other.emailbox_) in MINFO()
2228 return (rmailbox_.toText() + " " + emailbox_.toText()); in toText()
2239 emailbox_.toWire(buffer); in toWire()
2245 emailbox_ = source.emailbox_; in operator =()
2263 renderer.writeName(emailbox_); in toWire()
2277 return (compareNames(emailbox_, other_minfo.emailbox_)); in compare()
H A Drdataclass.h987 Name getEmailbox() const { return (emailbox_); } in getEmailbox()
991 Name emailbox_; variable