Intel Extensible Firmware Interface Specification page 299

Intel extensible firmware interface specification
Table of Contents

Advertisement

MediaPresentSupported TRUE
MediaPresent
//*******************************************************
// EFI_SIMPLE_NETWORK_STATE
//*******************************************************
typedef enum {
EfiSimpleNetworkStopped,
EfiSimpleNetworkStarted,
EfiSimpleNetworkInitialized,
EfiSimpleNetworkMaxState
} EFI_SIMPLE_NETWORK_STATE;
//*******************************************************
// MAX_MCAST_FILTER_CNT
//*******************************************************
#define MAX_MCAST_FILTER_CNT
//*******************************************************
// Bit Mask Values for ReceiveFilterSetting.
//
// Note that all other bit values are reserved.
//*******************************************************
#define EFI_SIMPLE_NETWORK_RECEIVE_UNICAST
#define EFI_SIMPLE_NETWORK_RECEIVE_MULTICAST
#define EFI_SIMPLE_NETWORK_RECEIVE_BROADCAST
#define EFI_SIMPLE_NETWORK_RECEIVE_PROMISCUOUS
#define EFI_SIMPLE_NETWORK_RECEIVE_PROMISCUOUS_MULTICAST
Description
The
EFI_SIMPLE_NETWORK
network adapter has been initialized, the
allow packets to be transmitted and received. This provides a packet level interface that can then be
used by higher level drivers to produce boot services like DHCP, TFTP, and MTFTP. In addition,
this protocol can be used as a building block in a full UDP and TCP/IP implementation that can
produce a wide variety of application level network interfaces. See the Preboot Execution
Environment (PXE) Specification for more information.
Version 1.02
if the presence of media can be determined; otherwise
FALSE. If FALSE,
MediaPresent
if media are connected to the network interface;otherwise
TRUE
FALSE. This field is only valid immediately after calling
Initialize().
protocol is used to initialize access to a network adapter. Once the
EFI_SIMPLE_NETWORK
12/12/00
SIMPLE_NETWORK Protocol
cannot be used.
16
0x01
0x02
0x04
0x08
0x10
protocol provides services that
281

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