|  | Kea 3.1.0
    | 
#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>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 EDNSobject from a set of RR parameters, also providing the extended RCODE value. | |
| ostream & | isc::dns::operator<< (std::ostream &os, const EDNS &edns) | 
| Insert the EDNSas a string into stream. | |