|
Squid Web Cache master
|
#include <Icmp.h>
Public Member Functions | |
| pingerEchoData () | |
Public Attributes | |
| Ip::Address | to |
| unsigned char | opcode = '\0' |
| int | psize = 0 |
| char | payload [PINGER_PAYLOAD_SZ] |
| unsigned char pingerEchoData::opcode = '\0' |
Definition at line 29 of file Icmp.h.
Referenced by IcmpPinger::Recv(), and IcmpSquid::SendEcho().
| char pingerEchoData::payload[PINGER_PAYLOAD_SZ] |
Definition at line 31 of file Icmp.h.
Referenced by pingerEchoData(), IcmpPinger::Recv(), and IcmpSquid::SendEcho().
| int pingerEchoData::psize = 0 |
Definition at line 30 of file Icmp.h.
Referenced by IcmpPinger::Recv(), and IcmpSquid::SendEcho().
| Ip::Address pingerEchoData::to |
Definition at line 28 of file Icmp.h.
Referenced by IcmpPinger::Recv(), and IcmpSquid::SendEcho().