![]() |
Kea 3.1.1
|
#include <config.h>
#include <dhcp/dhcp6.h>
#include <dhcp/libdhcp++.h>
#include <dhcp/option.h>
#include <dhcp/option_space.h>
#include <dhcp/option_vendor_class.h>
#include <dhcp/option_vendor.h>
#include <dhcp/pkt6.h>
#include <dhcp/docsis3_option_defs.h>
#include <util/io.h>
#include <exceptions/exceptions.h>
#include <dhcp/duid.h>
#include <dhcp/iface_mgr.h>
#include <boost/foreach.hpp>
#include <iterator>
#include <iostream>
#include <sstream>
Go to the source code of this file.
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::dhcp |
Variables | |
const IOAddress | DEFAULT_ADDRESS6 ("::") |
Default address used in Pkt6 constructor. | |
const IOAddress DEFAULT_ADDRESS6("::") | ( | "::" | ) |
Default address used in Pkt6 constructor.
Referenced by isc::dhcp::Pkt6::Pkt6(), isc::dhcp::Pkt6::Pkt6(), and isc::dhcp::Pkt6::RelayInfo::RelayInfo().