FreeNOS
|
Packet header format. More...
#include <ICMP.h>
Data Fields | |
u8 | type |
u8 | code |
u16 | checksum |
u16 | id |
u16 | sequence |
u16 ICMP::Header::checksum |
Definition at line 68 of file ICMP.h.
Referenced by NetPing::icmpPing().
u8 ICMP::Header::code |
Definition at line 67 of file ICMP.h.
Referenced by NetPing::icmpPing(), and ICMP::process().
u16 ICMP::Header::id |
Definition at line 69 of file ICMP.h.
Referenced by NetPing::icmpPing(), ICMP::process(), and ICMP::sendPacket().
u16 ICMP::Header::sequence |
Definition at line 70 of file ICMP.h.
Referenced by NetPing::icmpPing(), and ICMP::sendPacket().
u8 ICMP::Header::type |
Definition at line 66 of file ICMP.h.
Referenced by NetPing::icmpPing(), ICMP::process(), and ICMP::sendPacket().