Kea 2.7.5
|
#include <asiolink/io_address.h>
#include <dhcpsrv/allocation_state.h>
#include <dhcpsrv/lease.h>
#include <dhcpsrv/subnet.h>
#include <boost/shared_ptr.hpp>
#include <cstdint>
#include <map>
Go to the source code of this file.
Classes | |
class | isc::dhcp::PoolIterativeAllocationState |
Pool allocation state used by the iterative allocator. More... | |
class | isc::dhcp::SubnetIterativeAllocationState |
Subnet allocation state used by the iterative allocator. More... | |
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::dhcp |
Typedefs | |
typedef boost::shared_ptr< PoolIterativeAllocationState > | isc::dhcp::PoolIterativeAllocationStatePtr |
Type of the pointer to the PoolIterativeAllocationState . | |
typedef boost::shared_ptr< SubnetIterativeAllocationState > | isc::dhcp::SubnetIterativeAllocationStatePtr |
Type of the pointer to the SubnetIterativeAllocationState . | |