Intel Extensible Firmware Interface Specification page 259

Intel extensible firmware interface specification
Table of Contents

Advertisement

RouteTableEntries
RouteTable
IcmpError
TftpError
//*******************************************************
// EFI_PXE_BASE_CODE_UDP_PORT
//*******************************************************
typedef UINT16 EFI_PXE_BASE_CODE_UDP_PORT;
//*******************************************************
// EFI_IPv4_ADDRESS and EFI_IPv6_ADDRESS
//*******************************************************
typedef struct {
UINT8
} EFI_IPv4_ADDRESS;
typedef struct {
UINT8
} EFI_IPv6_ADDRESS;
//*******************************************************
// EFI_IP_ADDRESS
//*******************************************************
typedef union {
UINT32
EFI_IPv4_ADDRESS
EFI_IPv6_ADDRESS
} EFI_IP_ADDRESS;
//*******************************************************
// EFI_MAC_ADDRESS
//*******************************************************
typedef struct {
UINT8
} EFI_MAC_ADDRESS;
Version 1.02
The number of valid entries in the current route table. This field
is reset to zero by the
Start()
Array of route table entries.
ICMP error packet. This field is updated when an ICMP error is
received and is undefined until the first ICMP error is received.
This field is zero-filled by the
TFTP error packet. This field is updated when a TFTP error is
received and is undefined until the first TFTP error is received.
This field is zero-filled by the
Addr[4];
Addr[16];
Addr[4];
v4;
v6;
Addr[32];
12/12/00
PXE Base Code Protocol
function.
function.
Start()
function.
Start()
241

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Extensible Firmware Interface and is the answer not in the manual?

Table of Contents