Kea 2.5.9
edns.cc File Reference
#include <config.h>
#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>
#include <stdint.h>
#include <boost/lexical_cast.hpp>
+ Include dependency graph for edns.cc:

Go to the source code of this file.

Namespaces

namespace  isc
 Defines the logger used by the top-level component of kea-lfc.
 
namespace  isc::dns
 

Functions

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.
 
ostream & isc::dns::operator<< (std::ostream &os, const EDNS &edns)
 Insert the EDNS as a string into stream.