iPXE
Data Fields
ipv6_pseudo_header Struct Reference

IPv6 pseudo-header. More...

#include <ipv6.h>

Data Fields

struct in6_addr src
 Source address. More...
 
struct in6_addr dest
 Destination address. More...
 
uint32_t len
 Upper-layer packet length. More...
 
uint8_t zero [3]
 Zero padding. More...
 
uint8_t next_header
 Next header. More...
 

Detailed Description

IPv6 pseudo-header.

Definition at line 148 of file ipv6.h.

Field Documentation

◆ src

struct in6_addr ipv6_pseudo_header::src

Source address.

Definition at line 150 of file ipv6.h.

Referenced by ipv6_pshdr_chksum().

◆ dest

struct in6_addr ipv6_pseudo_header::dest

Destination address.

Definition at line 152 of file ipv6.h.

Referenced by ipv6_pshdr_chksum().

◆ len

uint32_t ipv6_pseudo_header::len

Upper-layer packet length.

Definition at line 154 of file ipv6.h.

Referenced by ipv6_pshdr_chksum().

◆ zero

uint8_t ipv6_pseudo_header::zero[3]

Zero padding.

Definition at line 156 of file ipv6.h.

Referenced by ipv6_pshdr_chksum().

◆ next_header

uint8_t ipv6_pseudo_header::next_header

Next header.

Definition at line 158 of file ipv6.h.

Referenced by ipv6_pshdr_chksum().


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