Kea
1.9.9-git
|
#include <ha_config.h>
#include <ha_service_states.h>
#include <asiolink/interval_timer.h>
#include <asiolink/io_service.h>
#include <cc/data.h>
#include <dhcp/pkt.h>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <boost/multi_index_container.hpp>
#include <boost/multi_index/composite_key.hpp>
#include <boost/multi_index/hashed_index.hpp>
#include <boost/multi_index/indexed_by.hpp>
#include <boost/multi_index/member.hpp>
#include <boost/multi_index/ordered_index.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/shared_ptr.hpp>
#include <functional>
#include <map>
#include <mutex>
#include <set>
#include <string>
Go to the source code of this file.
Classes | |
class | isc::ha::CommunicationState |
Holds communication state between the two HA peers. More... | |
class | isc::ha::CommunicationState4 |
Holds communication state between DHCPv4 servers. More... | |
class | isc::ha::CommunicationState6 |
Holds communication state between DHCPv6 servers. More... | |
struct | isc::ha::CommunicationState4::ConnectingClient4 |
Structure holding information about the client which has send the packet being analyzed. More... | |
struct | isc::ha::CommunicationState6::ConnectingClient6 |
Structure holding information about a client which sent a packet being analyzed. More... | |
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::ha | |
Typedefs | |
typedef boost::shared_ptr< CommunicationState4 > | isc::ha::CommunicationState4Ptr |
Pointer to the CommunicationState4 object. More... | |
typedef boost::shared_ptr< CommunicationState6 > | isc::ha::CommunicationState6Ptr |
Pointer to the CommunicationState6 object. More... | |
typedef boost::shared_ptr< CommunicationState > | isc::ha::CommunicationStatePtr |
Type of the pointer to the CommunicationState object. More... | |