iPXE
|
#include <UefiPxe.h>
Data Fields | |
PXE_MAC_ADDR | SrcAddr |
Source and destination MAC addresses. More... | |
PXE_MAC_ADDR | DestAddr |
PXE_UINT64 | MediaHeader |
Address of first byte of media header. More... | |
PXE_UINT32 | PacketLen |
Length of packet data in bytes (not including the media header). More... | |
PXE_UINT16 | Protocol |
Protocol type. More... | |
PXE_UINT16 | MediaHeaderLen |
Length of the media header in bytes. More... | |
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.
Definition at line 1575 of file UefiPxe.h.
Referenced by efi_undi_fill_header().
PXE_MAC_ADDR s_pxe_cpb_fill_header::DestAddr |
Definition at line 1576 of file UefiPxe.h.
Referenced by efi_undi_fill_header().
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.
Definition at line 1582 of file UefiPxe.h.
Referenced by efi_undi_fill_header().
PXE_UINT32 s_pxe_cpb_fill_header::PacketLen |
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.
Definition at line 1594 of file UefiPxe.h.
Referenced by efi_undi_fill_header().
PXE_UINT16 s_pxe_cpb_fill_header::MediaHeaderLen |