icmpEchoData Struct Reference
#include <Icmp.h>
Collaboration diagram for icmpEchoData:

Public Attributes | |
| struct timeval | tv |
| unsigned char | opcode |
| char | payload [MAX_PAYLOAD] |
Detailed Description
Member Data Documentation
◆ opcode
| unsigned char icmpEchoData::opcode |
Definition at line 47 of file Icmp.h.
Referenced by Icmp6::Recv(), Icmp4::SendEcho(), and Icmp6::SendEcho().
◆ payload
| char icmpEchoData::payload[MAX_PAYLOAD] |
Definition at line 48 of file Icmp.h.
Referenced by Icmp4::SendEcho(), and Icmp6::SendEcho().
◆ tv
| struct timeval icmpEchoData::tv |
Definition at line 46 of file Icmp.h.
Referenced by Icmp6::Recv(), Icmp4::SendEcho(), and Icmp6::SendEcho().
The documentation for this struct was generated from the following file:
- src/icmp/Icmp.h
