Intel Extensible Firmware Interface Specification page 262

Intel extensible firmware interface specification
Table of Contents

Advertisement

Extensible Firmware Interface Specification
//*******************************************************
// This section defines the data types for ARP cache entries,
// and route table entries.
//*******************************************************
//*******************************************************
// EFI_PXE_BASE_CODE_ARP_ENTRY
//*******************************************************
typedef struct {
EFI_IP_ADDRESS
EFI_MAC_ADDRESS
} EFI_PXE_BASE_CODE_ARP_ENTRY;
//*******************************************************
// EFI_PXE_BASE_CODE_ROUTE_ENTRY
//*******************************************************
typedef struct {
EFI_IP_ADDRESS
EFI_IP_ADDRESS
EFI_IP_ADDRESS
} EFI_PXE_BASE_CODE_ROUTE_ENTRY;
//*******************************************************
// This section defines the types of filter operations that can
// be used with the UdpRead() and UdpWrite() functions.
//*******************************************************
#define EFI_PXE_BASE_CODE_UDP_OPFLAGS_ANY_SRC_IP
#define EFI_PXE_BASE_CODE_UDP_OPFLAGS_ANY_SRC_PORT
#define EFI_PXE_BASE_CODE_UDP_OPFLAGS_ANY_DEST_IP
#define EFI_PXE_BASE_CODE_UDP_OPFLAGS_ANY_DEST_PORT
#define EFI_PXE_BASE_CODE_UDP_OPFLAGS_USE_FILTER
#define EFI_PXE_BASE_CODE_UDP_OPFLAGS_MAY_FRAGMENT
#define DEFAULT_TTL
#define DEFAULT_ToS
244
IpAddr;
MacAddr;
IpAddr;
SubnetMask;
GwAddr;
12/12/00
0x0001
0x0002
0x0004
0x0008
0x0010
0x0020
4
0
Version 1.02

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?

Subscribe to Our Youtube Channel

Table of Contents