TianoCore EDK2 master
Loading...
Searching...
No Matches
IP4_HEAD Struct Reference

Data Fields

UINT8 HeadLen: 4
 
UINT8 Ver: 4
 
UINT8 Tos
 
UINT16 TotalLen
 
UINT16 Id
 
UINT16 Fragment
 
UINT8 Ttl
 
UINT8 Protocol
 
UINT16 Checksum
 
IP4_ADDR Src
 
IP4_ADDR Dst
 

Detailed Description

Definition at line 129 of file NetLib.h.

Field Documentation

◆ Checksum

UINT16 IP4_HEAD::Checksum

Definition at line 138 of file NetLib.h.

◆ Dst

IP4_ADDR IP4_HEAD::Dst

Definition at line 140 of file NetLib.h.

◆ Fragment

UINT16 IP4_HEAD::Fragment

Definition at line 135 of file NetLib.h.

◆ HeadLen

UINT8 IP4_HEAD::HeadLen

Definition at line 130 of file NetLib.h.

◆ Id

UINT16 IP4_HEAD::Id

Definition at line 134 of file NetLib.h.

◆ Protocol

UINT8 IP4_HEAD::Protocol

Definition at line 137 of file NetLib.h.

◆ Src

IP4_ADDR IP4_HEAD::Src

Definition at line 139 of file NetLib.h.

◆ Tos

UINT8 IP4_HEAD::Tos

Definition at line 132 of file NetLib.h.

◆ TotalLen

UINT16 IP4_HEAD::TotalLen

Definition at line 133 of file NetLib.h.

◆ Ttl

UINT8 IP4_HEAD::Ttl

Definition at line 136 of file NetLib.h.

◆ Ver

UINT8 IP4_HEAD::Ver

Definition at line 131 of file NetLib.h.


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