Kea 2.7.5
|
#include <dhcp/libdhcp++.h>
#include <dhcp/option.h>
#include <dhcp/option_data_types.h>
#include <dhcp/option_space.h>
#include <util/io.h>
#include <stdint.h>
#include <sstream>
Go to the source code of this file.
Classes | |
class | isc::dhcp::OptionInt< T > |
Forward declaration to OptionInt. More... | |
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::dhcp |
Typedefs | |
typedef OptionInt< uint16_t > | isc::dhcp::OptionUint16 |
typedef boost::shared_ptr< OptionUint16 > | isc::dhcp::OptionUint16Ptr |
typedef OptionInt< uint32_t > | isc::dhcp::OptionUint32 |
typedef boost::shared_ptr< OptionUint32 > | isc::dhcp::OptionUint32Ptr |
typedef OptionInt< uint8_t > | isc::dhcp::OptionUint8 |
typedef boost::shared_ptr< OptionUint8 > | isc::dhcp::OptionUint8Ptr |