Kea 2.7.5
|
#include <asiolink/io_service.h>
#include <dhcp/dhcp4.h>
#include <dhcp/option.h>
#include <dhcp/option_string.h>
#include <dhcp/option4_client_fqdn.h>
#include <dhcp/option_custom.h>
#include <dhcp/pkt4.h>
#include <dhcp_ddns/ncr_msg.h>
#include <dhcpsrv/alloc_engine.h>
#include <dhcpsrv/callout_handle_store.h>
#include <dhcpsrv/cb_ctl_dhcp4.h>
#include <dhcpsrv/cfg_option.h>
#include <dhcpsrv/d2_client_mgr.h>
#include <dhcpsrv/network_state.h>
#include <dhcpsrv/subnet.h>
#include <hooks/callout_handle.h>
#include <process/daemon.h>
#include <functional>
#include <iostream>
#include <queue>
Go to the source code of this file.
Classes | |
class | isc::dhcp::Dhcpv4Exchange |
DHCPv4 message exchange. More... | |
class | isc::dhcp::Dhcpv4Srv |
DHCPv4 server service. More... | |
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::dhcp |
Typedefs | |
typedef boost::shared_ptr< Dhcpv4Exchange > | isc::dhcp::Dhcpv4ExchangePtr |
Type representing the pointer to the Dhcpv4Exchange . | |