s_pxe_cpb_fill_header_fragmented Struct Reference

#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.


Detailed Description

Definition at line 1577 of file UefiPxe.h.


Field Documentation

Source and destination MAC addresses.

These will be copied into the media header without doing byte swapping.

Definition at line 1582 of file UefiPxe.h.

Definition at line 1583 of file UefiPxe.h.

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

Definition at line 1588 of file UefiPxe.h.

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.

Definition at line 1595 of file UefiPxe.h.

Length of the media header in bytes.

Definition at line 1600 of file UefiPxe.h.

Number of packet fragment descriptors.

Definition at line 1605 of file UefiPxe.h.

Reserved, must be set to zero.

Definition at line 1610 of file UefiPxe.h.

Address of this packet fragment.

Definition at line 1620 of file UefiPxe.h.

Length of this packet fragment.

Definition at line 1625 of file UefiPxe.h.

Reserved, must be set to zero.

Definition at line 1630 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.


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

Generated on Tue Apr 6 20:02:08 2010 for gPXE by  doxygen 1.5.7.1