PXE_CPB_FILL_HEADER_FRAGMENTED

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

Members

Structs

Frag_
struct Frag_

Array of packet fragment descriptors. The first byte of the media header is the first byte of the first fragment.

Variables

DestAddr
PXE_MAC_ADDR DestAddr;
Undocumented in source.
FragCnt
PXE_UINT16 FragCnt;

Number of packet fragment descriptors.

FragDesc
Frag_[MAX_XMIT_FRAGMENTS] FragDesc;
Undocumented in source.
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_MEDIA_PROTOCOL 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.

reserved
PXE_UINT16 reserved;

Reserved, must be set to zero.

Meta