#include <UefiPxe.h>
Data Fields | |
| PXE_MAC_ADDR | SrcAddr |
| Source and destination MAC addresses. | |
| PXE_MAC_ADDR | DestAddr |
| PXE_UINT32 | PacketLen |
| Length of packet data in bytes (not including the media header). | |
| PXE_MEDIA_PROTOCOL | Protocol |
| Protocol type. | |
| PXE_UINT16 | MediaHeaderLen |
| Length of the media header in bytes. | |
| PXE_UINT16 | FragCnt |
| Number of packet fragment descriptors. | |
| PXE_UINT16 | reserved |
| Reserved, must be set to zero. | |
| struct { | |
| PXE_UINT64 FragAddr | |
| Address of this packet fragment. | |
| PXE_UINT32 FragLen | |
| Length of this packet fragment. | |
| PXE_UINT32 reserved | |
| Reserved, must be set to zero. | |
| } | FragDesc [MAX_XMIT_FRAGMENTS] |
| Array of packet fragment descriptors. | |
Definition at line 1577 of file UefiPxe.h.
| struct { ... } s_pxe_cpb_fill_header_fragmented::FragDesc[MAX_XMIT_FRAGMENTS] |
Array of packet fragment descriptors.
The first byte of the media header is the first byte of the first fragment.
1.5.7.1