Kea 2.5.8
io_address.cc File Reference
#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>
+ Include dependency graph for io_address.cc:

Go to the source code of this file.

Namespaces

namespace  isc
 Defines the logger used by the top-level component of kea-lfc.
 
 

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.