![]() |
Kea 1.5.0
|
#include <config.h>#include <asiolink/asio_wrapper.h>#include <dhcp_ddns/dhcp_ddns_log.h>#include <dhcp_ddns/ncr_io.h>#include <boost/algorithm/string/predicate.hpp>
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-dhcp-ddns. | |
| 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 labels to NameChangeProtocol enum values. | |