|
Squid Web Cache master
|
#include <Icmp.h>
Public Attributes | |
| struct timeval | tv |
| unsigned char | opcode |
| char | payload [MAX_PAYLOAD] |
| unsigned char icmpEchoData::opcode |
Definition at line 47 of file Icmp.h.
Referenced by Icmp6::Recv(), Icmp4::SendEcho(), and Icmp6::SendEcho().
| char icmpEchoData::payload[MAX_PAYLOAD] |
Definition at line 48 of file Icmp.h.
Referenced by Icmp6::Recv(), Icmp4::SendEcho(), and Icmp6::SendEcho().
| struct timeval icmpEchoData::tv |
Definition at line 46 of file Icmp.h.
Referenced by Icmp6::Recv(), Icmp4::SendEcho(), and Icmp6::SendEcho().