![]() |
Kea
2.5.3
|
#include <dhcp/option_definition.h>
#include <dhcp/option_space_container.h>
#include <dhcp/option_space.h>
#include <dhcp/pkt4.h>
#include <dhcp/pkt6.h>
#include <util/buffer.h>
#include <util/staged_value.h>
#include <iostream>
#include <stdint.h>
#include <string>
Go to the source code of this file.
Classes | |
class | isc::dhcp::LibDHCP |
struct | isc::dhcp::ManagedScopedOptionsCopyContainer |
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-lfc. | |
isc::dhcp | |
Typedefs | |
typedef std::vector< ScopedOptionsCopyPtr > | isc::dhcp::ScopedOptionsCopyContainer |
A container of ScopedOptionsCopyPtr objects. More... | |
typedef std::shared_ptr< ScopedSubOptionsCopy > | isc::dhcp::ScopedOptionsCopyPtr |
A pointer to a ScopedSubOptionsCopy object. More... | |
typedef ScopedPktOptionsCopy< Pkt4 > | isc::dhcp::ScopedPkt4OptionsCopy |
A pointer to a ScopedPktOptionsCopy object instantiated using Pkt4. More... | |
typedef ScopedPktOptionsCopy< Pkt6 > | isc::dhcp::ScopedPkt6OptionsCopy |
A pointer to a ScopedPktOptionsCopy object instantiated using Pkt6. More... | |