Kea 2.7.5
|
#include <config.h>
#include <asiolink/asio_wrapper.h>
#include <asiolink/io_address.h>
#include <asiolink/io_error.h>
#include <exceptions/exceptions.h>
#include <boost/static_assert.hpp>
#include <boost/functional/hash.hpp>
#include <unistd.h>
#include <stdint.h>
#include <sys/socket.h>
#include <netinet/in.h>
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::asiolink |
Functions | |
size_t | isc::asiolink::hash_value (const IOAddress &address) |
Hash the IOAddress. | |
std::ostream & | isc::asiolink::operator<< (std::ostream &os, const IOAddress &address) |
Insert the IOAddress as a string into stream. | |