Kea
1.9.9-git
|
#include <config.h>
#include <dhcp/dhcp4.h>
#include <dhcp/dhcp6.h>
#include <dhcp/duid.h>
#include <dhcp/option6_iaaddr.h>
#include <dhcp/option6_iaprefix.h>
#include <dhcp/pkt4.h>
#include <perfdhcp/stats_mgr.h>
#include <perfdhcp/test_control.h>
Go to the source code of this file.
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::perfdhcp | |
Functions | |
int | isc::perfdhcp::dhcpVersion (ExchangeType const exchange_type) |
Get the DHCP version that fits the exchange type. More... | |
std::ostream & | isc::perfdhcp::operator<< (std::ostream &os, ExchangeType xchg_type) |
Return name of the exchange. More... | |