#include <stdint.h>
#include <boost/shared_ptr.hpp>
#include <ostream>
#include <dns/rdata.h>
Go to the source code of this file.
|
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...
|
|