Kea 2.7.5
|
#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 <mutex>
#include <set>
#include <string>
#include <utility>
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 sent the packet being analyzed. More... | |
struct | isc::ha::CommunicationState6::ConnectingClient6 |
Structure holding information about a client which sent a packet being analyzed. More... | |
struct | isc::ha::CommunicationState4::RejectedClient4 |
Structure holding information about the client who has a rejected lease update. More... | |
struct | isc::ha::CommunicationState6::RejectedClient6 |
Structure holding information about the client who has a rejected lease update. More... | |
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::ha |
Typedefs | |
typedef boost::shared_ptr< CommunicationState4 > | isc::ha::CommunicationState4Ptr |
Pointer to the CommunicationState4 object. | |
typedef boost::shared_ptr< CommunicationState6 > | isc::ha::CommunicationState6Ptr |
Pointer to the CommunicationState6 object. | |
typedef boost::shared_ptr< CommunicationState > | isc::ha::CommunicationStatePtr |
Type of the pointer to the CommunicationState object. | |