11#ifndef SQUID_SRC_ICMP_ICMPPINGER_H
12#define SQUID_SRC_ICMP_ICMPPINGER_H
28 void Close()
override;
36 void Recv(
void)
override;
IcmpPinger control
pinger helper contains one of these as a global object.
void SendResult(pingerReplyData &preply, int len)
Send ICMP results back to squid.
void SendEcho(Ip::Address &, int, const char *, int) override
void Recv(void) override
Handle ICMP requests from squid, passing to helpers.
void Close() override
Shutdown pinger helper and control channel.
int Open() override
Start and initiate control channel to squid.