Kea 2.5.8
ncr_io.cc File Reference
#include <config.h>
#include <asiolink/asio_wrapper.h>
#include <dhcp_ddns/dhcp_ddns_log.h>
#include <dhcp_ddns/ncr_io.h>
#include <util/multi_threading_mgr.h>
#include <boost/algorithm/string/predicate.hpp>
#include <mutex>
+ Include dependency graph for ncr_io.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::ncrProtocolToString (NameChangeProtocol protocol)
 Function which converts NameChangeProtocol enums to text labels.
 
NameChangeProtocol isc::dhcp_ddns::stringToNcrProtocol (const std::string &protocol_str)
 Function which converts text labels to NameChangeProtocol enums.