#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] |
Detailed Description
Constructor & Destructor Documentation
◆ pingerReplyData()
|
inline |
Member Data Documentation
◆ from
Ip::Address pingerReplyData::from |
Definition at line 37 of file Icmp.h.
Referenced by Icmp4::Recv(), and IcmpSquid::Recv().
◆ hops
int pingerReplyData::hops = 0 |
Definition at line 40 of file Icmp.h.
Referenced by Icmp4::Recv(), and IcmpSquid::Recv().
◆ opcode
unsigned char pingerReplyData::opcode = '\0' |
Definition at line 38 of file Icmp.h.
Referenced by Icmp4::Recv(), and IcmpSquid::Recv().
◆ payload
char pingerReplyData::payload[PINGER_PAYLOAD_SZ] |
Definition at line 42 of file Icmp.h.
Referenced by pingerReplyData().
◆ psize
int pingerReplyData::psize = 0 |
Definition at line 41 of file Icmp.h.
Referenced by Icmp4::Recv().
◆ rtt
int pingerReplyData::rtt = 0 |
Definition at line 39 of file Icmp.h.
Referenced by Icmp4::Recv(), and IcmpSquid::Recv().
The documentation for this struct was generated from the following file:
- src/icmp/Icmp.h