![]() |
Kea
2.5.3
|
#include <config.h>
#include <dhcp/dhcp4.h>
#include <dhcp/dhcp6.h>
#include <dhcp/libdhcp++.h>
#include <dhcp/option.h>
#include <dhcp/option_vendor.h>
#include <dhcp/option6_ia.h>
#include <dhcp/option6_iaaddr.h>
#include <dhcp/option_definition.h>
#include <dhcp/option_int_array.h>
#include <dhcp/option_vendor_class.h>
#include <dhcp/std_option_defs.h>
#include <dhcp/docsis3_option_defs.h>
#include <exceptions/exceptions.h>
#include <exceptions/isc_assert.h>
#include <util/buffer.h>
#include <boost/lexical_cast.hpp>
#include <boost/shared_array.hpp>
#include <boost/shared_ptr.hpp>
#include <limits>
#include <list>
Go to the source code of this file.
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-lfc. | |
isc::dhcp | |
Functions | |
void | initOptionSpace (OptionDefContainerPtr &defs, const OptionDefParams *params, size_t params_size) |
const OptionDefContainerPtr | null_option_def_container_ (new OptionDefContainer()) |
void initOptionSpace | ( | OptionDefContainerPtr & | defs, |
const OptionDefParams * | params, | ||
size_t | params_size | ||
) |
Definition at line 1321 of file libdhcp++.cc.
References isc::dhcp::OptionDefParams::array, isc_throw, and isc::dhcp::OptionDefParams::records_size.
const OptionDefContainerPtr null_option_def_container_ | ( | new | OptionDefContainer() | ) |
Referenced by isc::dhcp::LibDHCP::getLastResortOptionDefs(), and isc::dhcp::LibDHCP::getOptionDefs().