FreeNOS
Data Fields
ICMP::Header Struct Reference

Packet header format. More...

#include <ICMP.h>

Data Fields

u8 type
 
u8 code
 
u16 checksum
 
u16 id
 
u16 sequence
 

Detailed Description

Packet header format.

Definition at line 64 of file ICMP.h.

Field Documentation

◆ checksum

u16 ICMP::Header::checksum

Definition at line 68 of file ICMP.h.

Referenced by NetPing::icmpPing().

◆ code

u8 ICMP::Header::code

Definition at line 67 of file ICMP.h.

Referenced by NetPing::icmpPing(), and ICMP::process().

◆ id

u16 ICMP::Header::id

Definition at line 69 of file ICMP.h.

Referenced by NetPing::icmpPing(), ICMP::process(), and ICMP::sendPacket().

◆ sequence

u16 ICMP::Header::sequence

Definition at line 70 of file ICMP.h.

Referenced by NetPing::icmpPing(), and ICMP::sendPacket().

◆ type

u8 ICMP::Header::type

Definition at line 66 of file ICMP.h.

Referenced by NetPing::icmpPing(), ICMP::process(), and ICMP::sendPacket().


The documentation for this struct was generated from the following file: