Kea
1.9.9-git
|
Go to the source code of this file.
Classes | |
class | isc::dns::BadEscape |
A standard DNS module exception that is thrown if the name parser fails to decode a back-slash escaped sequence. More... | |
class | isc::dns::BadLabelType |
A standard DNS module exception that is thrown if the name parser encounters an obsolete or incomplete label type. More... | |
class | isc::dns::EmptyLabel |
A standard DNS module exception that is thrown if the name parser encounters an empty label in the middle of a name. More... | |
class | isc::dns::IncompleteName |
A standard DNS module exception that is thrown if the name parser finds the input (string or wire-format data) is incomplete. More... | |
class | isc::dns::MissingNameOrigin |
Thrown when origin is NULL and is needed. More... | |
class | isc::dns::Name |
The Name class encapsulates DNS names. More... | |
class | isc::dns::NameComparisonResult |
This is a supplemental class used only as a return value of Name::compare() and LabelSequence::compare(). More... | |
class | isc::dns::TooLongLabel |
A standard DNS module exception that is thrown if the name parser encounters too long a label. More... | |
class | isc::dns::TooLongName |
A standard DNS module exception that is thrown if the name parser encounters too long a name. More... | |
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::dns | |
isc::util | |
Functions | |
std::ostream & | isc::dns::operator<< (std::ostream &os, const Name &name) |
Insert the name as a string into stream. More... | |