Kea 2.7.5
|
#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_globals.h>
#include <dhcpsrv/cfg_option.h>
#include <dhcpsrv/cfg_4o6.h>
#include <dhcpsrv/d2_client_cfg.h>
#include <util/triplet.h>
#include <util/optional.h>
#include <boost/multi_index/hashed_index.hpp>
#include <boost/multi_index/identity.hpp>
#include <boost/multi_index/indexed_by.hpp>
#include <boost/multi_index/sequenced_index.hpp>
#include <boost/multi_index_container.hpp>
#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 | |
struct | isc::dhcp::IOAddressListListTag |
Tag for the list of IO addresses as a list. More... | |
struct | isc::dhcp::IOAddressListSetTag |
Tag for the list of IO addresses as a set. More... | |
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 | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::dhcp |
Typedefs | |
typedef boost::multi_index_container< asiolink::IOAddress, boost::multi_index::indexed_by< boost::multi_index::sequenced< boost::multi_index::tag< IOAddressListListTag > >, boost::multi_index::hashed_unique< boost::multi_index::tag< IOAddressListSetTag >, boost::multi_index::identity< asiolink::IOAddress > > > > | isc::dhcp::IOAddressList |
List of IO addresses. | |
typedef boost::shared_ptr< Network4 > | isc::dhcp::Network4Ptr |
Pointer to the Network4 object. | |
typedef boost::shared_ptr< Network6 > | isc::dhcp::Network6Ptr |
Pointer to the Network6 object. | |
typedef boost::shared_ptr< Network > | isc::dhcp::NetworkPtr |
Pointer to the Network object. | |
typedef boost::weak_ptr< Network > | isc::dhcp::WeakNetworkPtr |
Weak pointer to the Network object. | |