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

Data Fields

UINT8 DstMac [NET_ETHER_ADDR_LEN]
 
UINT8 SrcMac [NET_ETHER_ADDR_LEN]
 
UINT16 EtherType
 

Detailed Description

Definition at line 102 of file NetLib.h.

Field Documentation

◆ DstMac

UINT8 ETHER_HEAD::DstMac[NET_ETHER_ADDR_LEN]

Definition at line 103 of file NetLib.h.

◆ EtherType

UINT16 ETHER_HEAD::EtherType

Definition at line 105 of file NetLib.h.

◆ SrcMac

UINT8 ETHER_HEAD::SrcMac[NET_ETHER_ADDR_LEN]

Definition at line 104 of file NetLib.h.


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