Kea 2.5.8
ncr_msg.cc File Reference
#include <config.h>
#include <dhcp_ddns/ncr_msg.h>
#include <asiolink/io_address.h>
#include <asiolink/io_error.h>
#include <cryptolink/cryptolink.h>
#include <cryptolink/crypto_hash.h>
#include <util/encode/encode.h>
#include <boost/algorithm/string/predicate.hpp>
#include <sstream>
#include <limits>
+ Include dependency graph for ncr_msg.cc:

Go to the source code of this file.

Namespaces

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

Functions

std::string isc::dhcp_ddns::ConflictResolutionModeToString (const ConflictResolutionMode &mode)
 Function which converts ConflictResolutionMode enums to text labels.
 
std::string isc::dhcp_ddns::ncrFormatToString (NameChangeFormat format)
 Function which converts NameChangeFormat enums to text labels.
 
std::ostream & isc::dhcp_ddns::operator<< (std::ostream &os, const D2Dhcid &dhcid)
 
ConflictResolutionMode isc::dhcp_ddns::StringToConflictResolutionMode (const std::string &mode_str)
 Function which converts string to ConflictResolutionMode enum values.
 
NameChangeFormat isc::dhcp_ddns::stringToNcrFormat (const std::string &fmt_str)
 Function which converts labels to NameChangeFormat enum values.