Kea 2.5.8
tsigrecord.h File Reference
#include <ostream>
#include <string>
#include <boost/shared_ptr.hpp>
#include <util/buffer.h>
#include <dns/name.h>
#include <dns/rdataclass.h>
+ Include dependency graph for tsigrecord.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  isc::dns::TSIGRecord
 TSIG resource record. More...
 

Namespaces

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

Typedefs

typedef boost::shared_ptr< const TSIGRecord > isc::dns::ConstTSIGRecordPtr
 A pointer-like type pointing to an immutable TSIGRecord object.
 
typedef boost::shared_ptr< TSIGRecord > isc::dns::TSIGRecordPtr
 A pointer-like type pointing to a TSIGRecord object.
 

Functions

std::ostream & isc::dns::operator<< (std::ostream &os, const TSIGRecord &record)
 Insert the TSIGRecord as a string into stream.