![]() |
Kea 3.1.1
|
#include <asiolink/interval_timer.h>
#include <asiolink/io_address.h>
#include <asiolink/io_service.h>
#include <asiolink/io_service_thread_pool.h>
#include <cc/data.h>
#include <cc/simple_parser.h>
#include <dhcpsrv/host.h>
#include <dhcpsrv/srv_config.h>
#include <hooks/callout_handle.h>
#include <dhcp/pkt4.h>
#include <dhcpsrv/lease.h>
#include <dhcpsrv/network_state.h>
#include <ping_context_store.h>
#include <ping_channel.h>
#include <config_cache.h>
#include <boost/enable_shared_from_this.hpp>
#include <mutex>
Go to the source code of this file.
Classes | |
class | isc::ping_check::PingCheckMgr |
Ping Check Manager. More... | |
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::ping_check |
Typedefs | |
typedef boost::shared_ptr< PingCheckMgr > | isc::ping_check::PingCheckMgrPtr |
Defines a shared pointer to a PingCheckMgr. | |
typedef boost::shared_ptr< PingContextStore > | isc::ping_check::PingContextStorePtr |
Defines a pointer to a PingContextStore. | |