MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
s_pxe_cpb_fill_header Struct Reference

Data Fields

PXE_MAC_ADDR SrcAddr
 
PXE_MAC_ADDR DestAddr
 
PXE_UINT64 MediaHeader
 
PXE_UINT32 PacketLen
 
PXE_UINT16 Protocol
 
PXE_UINT16 MediaHeaderLen
 

Field Documentation

PXE_MAC_ADDR s_pxe_cpb_fill_header::DestAddr
PXE_UINT64 s_pxe_cpb_fill_header::MediaHeader

Address of first byte of media header. The first byte of packet data follows the last byte of the media header.

PXE_UINT16 s_pxe_cpb_fill_header::MediaHeaderLen

Length of the media header in bytes.

PXE_UINT32 s_pxe_cpb_fill_header::PacketLen

Length of packet data in bytes (not including the media header).

PXE_UINT16 s_pxe_cpb_fill_header::Protocol

Protocol type. This will be copied into the media header without doing byte swapping. Protocol type numbers can be obtained from the Assigned Numbers RFC 1700.

PXE_MAC_ADDR s_pxe_cpb_fill_header::SrcAddr

Source and destination MAC addresses. These will be copied into the media header without doing byte swapping.