|
TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/SimpleNetwork.h>
The EFI_SIMPLE_NETWORK_PROTOCOL protocol is used to initialize access to a network adapter. Once the network adapter initializes, the EFI_SIMPLE_NETWORK_PROTOCOL protocol provides services that allow packets to be transmitted and received.
Definition at line 643 of file SimpleNetwork.h.
| EFI_SIMPLE_NETWORK_GET_STATUS _EFI_SIMPLE_NETWORK_PROTOCOL::GetStatus |
Definition at line 660 of file SimpleNetwork.h.
| EFI_SIMPLE_NETWORK_INITIALIZE _EFI_SIMPLE_NETWORK_PROTOCOL::Initialize |
Definition at line 652 of file SimpleNetwork.h.
| EFI_SIMPLE_NETWORK_MCAST_IP_TO_MAC _EFI_SIMPLE_NETWORK_PROTOCOL::MCastIpToMac |
Definition at line 658 of file SimpleNetwork.h.
| EFI_SIMPLE_NETWORK_MODE* _EFI_SIMPLE_NETWORK_PROTOCOL::Mode |
Pointer to the EFI_SIMPLE_NETWORK_MODE data for the device.
Definition at line 670 of file SimpleNetwork.h.
| EFI_SIMPLE_NETWORK_NVDATA _EFI_SIMPLE_NETWORK_PROTOCOL::NvData |
Definition at line 659 of file SimpleNetwork.h.
| EFI_SIMPLE_NETWORK_RECEIVE _EFI_SIMPLE_NETWORK_PROTOCOL::Receive |
Definition at line 662 of file SimpleNetwork.h.
| EFI_SIMPLE_NETWORK_RECEIVE_FILTERS _EFI_SIMPLE_NETWORK_PROTOCOL::ReceiveFilters |
Definition at line 655 of file SimpleNetwork.h.
| EFI_SIMPLE_NETWORK_RESET _EFI_SIMPLE_NETWORK_PROTOCOL::Reset |
Definition at line 653 of file SimpleNetwork.h.
| UINT64 _EFI_SIMPLE_NETWORK_PROTOCOL::Revision |
Revision of the EFI_SIMPLE_NETWORK_PROTOCOL. All future revisions must be backwards compatible. If a future version is not backwards compatible it is not the same GUID.
Definition at line 649 of file SimpleNetwork.h.
| EFI_SIMPLE_NETWORK_SHUTDOWN _EFI_SIMPLE_NETWORK_PROTOCOL::Shutdown |
Definition at line 654 of file SimpleNetwork.h.
| EFI_SIMPLE_NETWORK_START _EFI_SIMPLE_NETWORK_PROTOCOL::Start |
Definition at line 650 of file SimpleNetwork.h.
| EFI_SIMPLE_NETWORK_STATION_ADDRESS _EFI_SIMPLE_NETWORK_PROTOCOL::StationAddress |
Definition at line 656 of file SimpleNetwork.h.
| EFI_SIMPLE_NETWORK_STATISTICS _EFI_SIMPLE_NETWORK_PROTOCOL::Statistics |
Definition at line 657 of file SimpleNetwork.h.
| EFI_SIMPLE_NETWORK_STOP _EFI_SIMPLE_NETWORK_PROTOCOL::Stop |
Definition at line 651 of file SimpleNetwork.h.
| EFI_SIMPLE_NETWORK_TRANSMIT _EFI_SIMPLE_NETWORK_PROTOCOL::Transmit |
Definition at line 661 of file SimpleNetwork.h.
| EFI_EVENT _EFI_SIMPLE_NETWORK_PROTOCOL::WaitForPacket |
Event used with WaitForEvent() to wait for a packet to be received.
Definition at line 666 of file SimpleNetwork.h.