iPXE
Data Fields
ipv4_pseudo_header Struct Reference

An IPv4 pseudo header. More...

#include <ip.h>

Data Fields

struct in_addr src
 
struct in_addr dest
 
uint8_t zero_padding
 
uint8_t protocol
 
uint16_t len
 

Detailed Description

An IPv4 pseudo header.

Definition at line 49 of file ip.h.

Field Documentation

◆ src

struct in_addr ipv4_pseudo_header::src

Definition at line 50 of file ip.h.

Referenced by ipv4_pshdr_chksum().

◆ dest

struct in_addr ipv4_pseudo_header::dest

Definition at line 51 of file ip.h.

Referenced by ipv4_pshdr_chksum().

◆ zero_padding

uint8_t ipv4_pseudo_header::zero_padding

Definition at line 52 of file ip.h.

Referenced by ipv4_pshdr_chksum().

◆ protocol

uint8_t ipv4_pseudo_header::protocol

Definition at line 53 of file ip.h.

Referenced by ipv4_pshdr_chksum().

◆ len

uint16_t ipv4_pseudo_header::len

Definition at line 54 of file ip.h.

Referenced by ipv4_pshdr_chksum().


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