Kea 2.7.5
|
#include <stdint.h>
#include <ostream>
Go to the source code of this file.
Classes | |
class | isc::dns::Opcode |
The Opcode class objects represent standard OPCODEs of the header section of DNS messages as defined in RFC1035. More... | |
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::dns |
Functions | |
ostream & | isc::dns::operator<< (std::ostream &os, const Opcode &opcode) |
Insert the Opcode as a string into stream. | |