Kea 2.7.5
|
#include <config.h>
#include <exceptions/exceptions.h>
#include <exceptions/isc_assert.h>
#include <dns/name.h>
#include <dns/name_internal.h>
#include <dns/labelsequence.h>
#include <dns/messagerenderer.h>
#include <util/buffer.h>
#include <boost/array.hpp>
#include <boost/static_assert.hpp>
#include <limits>
#include <cassert>
#include <vector>
Go to the source code of this file.
Classes | |
struct | isc::dns::MessageRenderer::MessageRendererImpl |
The MessageRendererImpl class is the actual implementation of MessageRenderer . More... | |
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::dns |
const size_t hash_ |
The hash value for the stored name calculated by LabelSequence.getHash.
This will help make name comparison in NameCompare
more efficient.
Definition at line 47 of file messagerenderer.cc.
uint16_t len_ |
The length of the corresponding sequence (which is a domain name).
Definition at line 54 of file messagerenderer.cc.
uint16_t pos_ |
The position (offset from the beginning) in the buffer where the name starts.
Definition at line 51 of file messagerenderer.cc.