![]() |
Kea 3.1.1
|
#include <asiolink/io_address.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <netinet/ip.h>
#include <unistd.h>
#include <netinet/ip_icmp.h>
#include <boost/shared_ptr.hpp>
Go to the source code of this file.
Classes | |
class | isc::ping_check::ICMPMsg |
Embodies an ICMP message. 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< ICMPMsg > | isc::ping_check::ICMPMsgPtr |
Shared pointer type for ICMPMsg. | |
typedef boost::shared_ptr< struct icmp > | isc::ping_check::ICMPPtr |
Shared pointer type for struct icmp. | |