PXE_CPB_FILL_HEADER

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

DestAddr
PXE_MAC_ADDR DestAddr;
Undocumented in source.
MediaHeader
PXE_UINT64 MediaHeader;

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

MediaHeaderLen
PXE_UINT16 MediaHeaderLen;

Length of the media header in bytes.

PacketLen
PXE_UINT32 PacketLen;

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

Protocol
PXE_UINT16 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.

SrcAddr
PXE_MAC_ADDR SrcAddr;

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

Meta