Kea
1.9.9-git
|
#include <asiolink/io_address.h>
#include <util/buffer.h>
#include <dhcp/option.h>
#include <dhcp/hwaddr.h>
#include <dhcp/classify.h>
#include <hooks/callout_handle_associate.h>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <boost/shared_ptr.hpp>
#include <utility>
Go to the source code of this file.
Classes | |
class | isc::dhcp::Pkt |
Base class for classes representing DHCP messages. More... | |
class | isc::dhcp::ScopedEnableOptionsCopy< PktType > |
RAII object enabling copying options retrieved from the packet. More... | |
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::dhcp | |
Typedefs | |
typedef boost::shared_ptr< isc::dhcp::Pkt > | isc::dhcp::PktPtr |
A pointer to either Pkt4 or Pkt6 packet. More... | |