![]() |
Kea
2.3.5-git
|
#include <config.h>
#include <stdint.h>
#include <algorithm>
#include <cassert>
#include <string>
#include <sstream>
#include <vector>
#include <boost/foreach.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/shared_ptr.hpp>
#include <exceptions/exceptions.h>
#include <util/buffer.h>
#include <dns/edns.h>
#include <dns/exceptions.h>
#include <dns/message.h>
#include <dns/messagerenderer.h>
#include <dns/name.h>
#include <dns/opcode.h>
#include <dns/rcode.h>
#include <dns/question.h>
#include <dns/rdataclass.h>
#include <dns/rrclass.h>
#include <dns/rrtype.h>
#include <dns/rrttl.h>
#include <dns/rrset.h>
#include <dns/tsig.h>
Go to the source code of this file.
Classes | |
class | isc::dns::MessageImpl |
struct | isc::dns::SectionIteratorImpl< T > |
Template version of Section Iterator. More... | |
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-lfc. | |
isc::dns | |
Functions | |
ostream & | isc::dns::operator<< (std::ostream &os, const Message &message) |
Insert the Message as a string into stream. More... | |
unsigned int counter_ |
Definition at line 221 of file dns/message.cc.
Referenced by isc::perfdhcp::CustomCounter::getName(), isc::perfdhcp::CustomCounter::getValue(), isc::perfdhcp::CustomCounter::operator++(), isc::perfdhcp::CustomCounter::operator+=(), and isc::dns::MessageImpl::setRcode().
const Name& name_ |
Definition at line 693 of file dns/message.cc.
Referenced by isc::dhcp::SharedNetwork4::add(), isc::dhcp::SharedNetwork6::add(), isc::dhcp::Iface::addUnicast(), isc::dhcp::ClientClassDef::equals(), isc::util::Filename::expandWithDefault(), isc::dhcp::OptionDefinition::factoryIntegerArray(), isc::dhcp::SharedNetwork4::getAllSubnets(), isc::dhcp::SharedNetwork6::getAllSubnets(), isc::dns::Question::getClass(), isc::dns::master_lexer_internal::InputSource::getCurrentLine(), isc::d2::DdnsDomainListMgr::getDomains(), isc::dhcp::SharedNetwork4::getName(), isc::dns::master_lexer_internal::InputSource::getName(), isc::ha::HAConfig::PeerConfig::getName(), isc::dhcp::OptionSpace::getName(), isc::perfdhcp::CustomCounter::getName(), isc::dhcp::Iface::getName(), isc::dhcp::SharedNetwork6::getName(), isc::stats::Observation::getName(), isc::d2::TSIGKeyInfo::getName(), isc::dhcp::OptionDefinition::getName(), isc::d2::DdnsDomain::getName(), isc::d2::DdnsDomainListMgr::getName(), isc::d2::DdnsDomain::getServers(), isc::d2::TSIGKeyInfo::getTSIGKey(), isc::log::Logger::Logger(), isc::dns::Question::operator!=(), isc::dns::Question::operator==(), isc::dns::MessageImpl::parseQuestion(), isc::dns::Question::Question(), isc::dhcp::SharedNetwork4::replace(), isc::dhcp::SharedNetwork6::replace(), isc::util::Filename::setDirectory(), isc::dhcp::SharedNetwork4::setName(), isc::dhcp::SharedNetwork6::setName(), isc::dhcp::ClientClassDef::setPreferred(), isc::dhcp::OptionSpace::setVendorSpace(), isc::dhcp::SharedNetwork4::toElement(), isc::dhcp::ClientClassDef::toElement(), isc::dhcp::SharedNetwork6::toElement(), isc::dns::BasicRRsetImpl::toWire(), isc::util::Filename::useAsDefault(), isc::dhcp::OptionDefinition::validate(), and isc::util::VersionedColumn::~VersionedColumn().
string& output_ |
Definition at line 877 of file dns/message.cc.
Referenced by isc::dns::MessageImpl::addTSIG(), isc::process::LoggingDestination::equals(), isc::config::JSONFeed::getProcessedText(), and isc::process::LoggingDestination::toElement().
const bool partial_ok_ |
Definition at line 223 of file dns/message.cc.
Referenced by isc::dns::MessageImpl::setRcode().
AbstractMessageRenderer& renderer_ |
Definition at line 222 of file dns/message.cc.
Referenced by isc::dns::MessageImpl::setRcode().
const RRClass& rrclass_ |
Definition at line 695 of file dns/message.cc.
Referenced by isc::dns::Question::getClass(), isc::dns::Question::operator!=(), isc::dns::Question::operator==(), isc::dns::MessageImpl::parseQuestion(), and isc::dns::BasicRRsetImpl::toWire().
const RRType& rrtype_ |
Definition at line 694 of file dns/message.cc.
Referenced by isc::dns::Question::getClass(), isc::dns::Question::getType(), isc::dns::Question::operator!=(), isc::dns::Question::operator==(), isc::dns::MessageImpl::parseQuestion(), and isc::dns::BasicRRsetImpl::toWire().
const Message::Section section_ |
Definition at line 876 of file dns/message.cc.
Referenced by isc::dns::MessageImpl::addTSIG().
bool truncated_ |
Definition at line 224 of file dns/message.cc.
Referenced by isc::dns::MessageImpl::setRcode().