Kea 2.7.5
|
#include <asiolink/io_address.h>
#include <dhcp/option.h>
#include <util/buffer.h>
#include <boost/shared_array.hpp>
#include <boost/shared_ptr.hpp>
#include <map>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | isc::dhcp::Option4AddrLst |
DHCPv4 Option class for handling list of IPv4 addresses. More... | |
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::dhcp |
Typedefs | |
typedef boost::shared_ptr< Option4AddrLst > | isc::dhcp::Option4AddrLstPtr |
A pointer to the Option4AddrLst object. | |