Kea
1.9.9-git
|
#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/hex.h>
#include <boost/algorithm/string/predicate.hpp>
#include <sstream>
#include <limits>
Go to the source code of this file.
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::dhcp_ddns | |
Functions | |
std::string | isc::dhcp_ddns::ncrFormatToString (NameChangeFormat format) |
Function which converts NameChangeFormat enums to text labels. More... | |
std::ostream & | isc::dhcp_ddns::operator<< (std::ostream &os, const D2Dhcid &dhcid) |
NameChangeFormat | isc::dhcp_ddns::stringToNcrFormat (const std::string &fmt_str) |
Function which converts labels to NameChangeFormat enum values. More... | |