pingerEchoData Struct Reference
#include <Icmp.h>
Collaboration diagram for pingerEchoData:
Public Member Functions | |
pingerEchoData () | |
Public Attributes | |
Ip::Address | to |
unsigned char | opcode = '\0' |
int | psize = 0 |
char | payload [PINGER_PAYLOAD_SZ] |
Detailed Description
Constructor & Destructor Documentation
◆ pingerEchoData()
Member Data Documentation
◆ opcode
unsigned char pingerEchoData::opcode = '\0' |
Definition at line 29 of file Icmp.h.
Referenced by IcmpPinger::Recv(), and IcmpSquid::SendEcho().
◆ payload
char pingerEchoData::payload[PINGER_PAYLOAD_SZ] |
Definition at line 31 of file Icmp.h.
Referenced by pingerEchoData(), IcmpPinger::Recv(), and IcmpSquid::SendEcho().
◆ psize
int pingerEchoData::psize = 0 |
Definition at line 30 of file Icmp.h.
Referenced by IcmpPinger::Recv(), and IcmpSquid::SendEcho().
◆ to
Ip::Address pingerEchoData::to |
Definition at line 28 of file Icmp.h.
Referenced by IcmpPinger::Recv(), and IcmpSquid::SendEcho().
The documentation for this struct was generated from the following file:
- src/icmp/Icmp.h