#include "squid.h"
#include "debug/Stream.h"
#include "base/Stopwatch.h"
#include "Icmp4.h"
#include "Icmp6.h"
#include "IcmpPinger.h"
#include "ip/tools.h"
#include "time/gadgets.h"

Go to the source code of this file.
Macros | |
#define | SQUID_HELPER 1 |
#define | LINK_TO_SQUID 1 |
Functions | |
int | main (int, char **) |
Variables | |
static const auto | PingerTimeout = 10s |
IcmpPinger | control |
pinger helper contains one of these as a global object. More... | |
Icmp4 | icmp4 |
pinger helper contains one of these as a global object. More... | |
Icmp6 | icmp6 |
pinger helper contains one of these as a global object. More... | |
int | icmp_pkts_sent = 0 |
Macro Definition Documentation
◆ LINK_TO_SQUID
◆ SQUID_HELPER
Variable Documentation
◆ control
IcmpPinger control |
Definition at line 95 of file pinger.cc.
Referenced by main(), Icmp4::Recv(), Icmp6::Recv(), and TestSBuf::testAppendStdString().
◆ icmp4
Icmp4 icmp4 |
Definition at line 96 of file pinger.cc.
Referenced by IcmpPinger::Close(), main(), and IcmpPinger::Recv().
◆ icmp6
Icmp6 icmp6 |
Definition at line 97 of file pinger.cc.
Referenced by IcmpPinger::Close(), main(), and IcmpPinger::Recv().
◆ icmp_pkts_sent
int icmp_pkts_sent = 0 |
Definition at line 99 of file pinger.cc.
Referenced by Icmp4::SendEcho(), and Icmp6::SendEcho().