#include <config.h>
#include <stdint.h>
#include <cassert>
#include <boost/lexical_cast.hpp>
#include <exceptions/exceptions.h>
#include <dns/edns.h>
#include <dns/exceptions.h>
#include <dns/message.h>
#include <dns/messagerenderer.h>
#include <dns/name.h>
#include <dns/rdata.h>
#include <dns/rdataclass.h>
#include <dns/rrclass.h>
#include <dns/rrttl.h>
#include <dns/rrtype.h>
Go to the source code of this file.
|
| isc |
| Defines the logger used by the top-level component of kea-dhcp-ddns.
|
|
| isc::dns |
|
|
EDNS * | isc::dns::createEDNSFromRR (const Name &name, const RRClass &rrclass, const RRType &rrtype, const RRTTL &ttl, const rdata::Rdata &rdata, uint8_t &extended_rcode) |
| Create a new EDNS object from a set of RR parameters, also providing the extended RCODE value. More...
|
|
ostream & | isc::dns::operator<< (std::ostream &os, const EDNS &edns) |
| Insert the EDNS as a string into stream. More...
|
|