Kea
1.9.9-git
|
#include <config.h>
#include <ostream>
#include <string>
#include <util/buffer.h>
#include <dns/exceptions.h>
#include <dns/messagerenderer.h>
#include <dns/rrclass.h>
#include <dns/rrttl.h>
#include <dns/tsigrecord.h>
Go to the source code of this file.
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::dns | |
Functions | |
std::ostream & | isc::dns::operator<< (std::ostream &os, const TSIGRecord &record) |
Insert the TSIGRecord as a string into stream. More... | |