|
Squid Web Cache master
|
#include <Icmp.h>
Public Member Functions | |
| pingerReplyData () | |
Public Attributes | |
| Ip::Address | from |
| unsigned char | opcode = '\0' |
| int | rtt = 0 |
| int | hops = 0 |
| int | psize = 0 |
| char | payload [PINGER_PAYLOAD_SZ] |
|
inline |
| Ip::Address pingerReplyData::from |
Definition at line 37 of file Icmp.h.
Referenced by Icmp4::Recv(), and IcmpSquid::Recv().
| int pingerReplyData::hops = 0 |
Definition at line 40 of file Icmp.h.
Referenced by Icmp4::Recv(), and IcmpSquid::Recv().
| unsigned char pingerReplyData::opcode = '\0' |
Definition at line 38 of file Icmp.h.
Referenced by Icmp4::Recv(), and IcmpSquid::Recv().
| char pingerReplyData::payload[PINGER_PAYLOAD_SZ] |
Definition at line 42 of file Icmp.h.
Referenced by pingerReplyData(), and IcmpSquid::Recv().
| int pingerReplyData::psize = 0 |
Definition at line 41 of file Icmp.h.
Referenced by Icmp4::Recv(), and IcmpSquid::Recv().
| int pingerReplyData::rtt = 0 |
Definition at line 39 of file Icmp.h.
Referenced by Icmp4::Recv(), and IcmpSquid::Recv().