Kea  2.3.6-git
name.cc File Reference
#include <config.h>
#include <cctype>
#include <iterator>
#include <functional>
#include <vector>
#include <iostream>
#include <algorithm>
#include <exceptions/isc_assert.h>
#include <util/buffer.h>
#include <dns/exceptions.h>
#include <dns/name.h>
#include <dns/name_internal.h>
#include <dns/messagerenderer.h>
#include <dns/labelsequence.h>
+ Include dependency graph for name.cc:

Go to the source code of this file.

Namespaces

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

Enumerations

enum  isc::dns::@727::ft_state
 Textual name parser states. More...
 
enum  isc::dns::@727::fw_state
 Wire-format name parser states. More...
 

Functions

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

Variables

const uint8_t isc::dns::name::internal::maptolower []
 

Enumeration Type Documentation

◆ ft_state

enum isc::dns::@727::ft_state

Textual name parser states.

Definition at line 114 of file name.cc.

◆ fw_state

enum isc::dns::@727::fw_state

Wire-format name parser states.

Definition at line 382 of file name.cc.