Kea
1.9.9-git
|
#include <asiolink/io_address.h>
#include <dhcp/duid.h>
#include <dhcp/option.h>
#include <dhcp/pkt.h>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <boost/shared_array.hpp>
#include <boost/shared_ptr.hpp>
#include <iostream>
#include <set>
#include <time.h>
Go to the source code of this file.
Classes | |
class | isc::dhcp::Pkt6 |
Represents a DHCPv6 packet. More... | |
struct | isc::dhcp::Pkt6::RelayInfo |
structure that describes a single relay information More... | |
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::dhcp | |
Typedefs | |
typedef boost::shared_ptr< Pkt6 > | isc::dhcp::Pkt6Ptr |
A pointer to Pkt6 packet. More... | |