iPXE
Data Fields
icmp_header Struct Reference

An ICMP header. More...

#include <icmp.h>

Data Fields

uint8_t type
 Type. More...
 
uint8_t code
 Code. More...
 
uint16_t chksum
 Checksum. More...
 

Detailed Description

An ICMP header.

Definition at line 19 of file icmp.h.

Field Documentation

◆ type

uint8_t icmp_header::type

◆ code

uint8_t icmp_header::code

Code.

Definition at line 23 of file icmp.h.

Referenced by icmpv6_rx().

◆ chksum

uint16_t icmp_header::chksum

Checksum.

Definition at line 25 of file icmp.h.

Referenced by ndp_tx_ll_addr().


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