Kea
1.9.9-git
|
#include <cc/cfg_to_element.h>
#include <cc/data.h>
#include <cc/element_value.h>
#include <cc/stamped_element.h>
#include <cc/user_context.h>
#include <dhcp/classify.h>
#include <dhcp/option.h>
#include <dhcpsrv/cfg_option.h>
#include <dhcpsrv/cfg_4o6.h>
#include <dhcpsrv/d2_client_cfg.h>
#include <dhcpsrv/triplet.h>
#include <util/optional.h>
#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>
#include <cstdint>
#include <functional>
#include <string>
Go to the source code of this file.
Classes | |
class | isc::dhcp::Network |
Common interface representing a network to which the DHCP clients are connected. More... | |
class | isc::dhcp::Network4 |
Specialization of the Network object for DHCPv4 case. More... | |
class | isc::dhcp::Network6 |
Specialization of the Network object for DHCPv6 case. More... | |
class | isc::dhcp::Network::RelayInfo |
Holds optional information about relay. More... | |
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::dhcp | |
Typedefs | |
typedef std::vector< isc::asiolink::IOAddress > | isc::dhcp::IOAddressList |
List of IOAddresses. More... | |
typedef boost::shared_ptr< Network > | isc::dhcp::NetworkPtr |
Pointer to the Network object. More... | |
typedef boost::weak_ptr< Network > | isc::dhcp::WeakNetworkPtr |
Weak pointer to the Network object. More... | |