TianoCore EDK2 master
|
#include <NetworkPkg/Include/Library/IpIoLib.h>
Data Fields | |
LIST_ENTRY | Entry |
LIST_ENTRY | IpList |
EFI_HANDLE | Controller |
EFI_HANDLE | Image |
EFI_HANDLE | ChildHandle |
IP_IO_IP_PROTOCOL | Ip |
BOOLEAN | IsConfigured |
UINT8 | Protocol |
IP_IO_IP_COMPLETION_TOKEN | RcvToken |
LIST_ENTRY | PendingSndList |
VOID * | RcvdContext |
See IP_IO_OPEN_DATA::RcvdContext. | |
VOID * | SndContext |
See IP_IO_OPEN_DATA::SndContext. | |
PKT_RCVD_NOTIFY | PktRcvdNotify |
See IP_IO_OPEN_DATA::PktRcvdNotify. | |
PKT_SENT_NOTIFY | PktSentNotify |
See IP_IO_OPEN_DATA::PktSentNotify. | |
UINT8 | IpVersion |
IP4_ADDR | StationIp |
IP4_ADDR | SubnetMask |
This data structure wraps Ip4/Ip6 instances. The IpIo Library uses it for all Ip4/Ip6 operations.
EFI_HANDLE _IP_IO::ChildHandle |
EFI_HANDLE _IP_IO::Controller |
LIST_ENTRY _IP_IO::Entry |
EFI_HANDLE _IP_IO::Image |
IP_IO_IP_PROTOCOL _IP_IO::Ip |
LIST_ENTRY _IP_IO::IpList |
LIST_ENTRY _IP_IO::PendingSndList |
PKT_RCVD_NOTIFY _IP_IO::PktRcvdNotify |
PKT_SENT_NOTIFY _IP_IO::PktSentNotify |
UINT8 _IP_IO::Protocol |
VOID* _IP_IO::RcvdContext |
IP_IO_IP_COMPLETION_TOKEN _IP_IO::RcvToken |
VOID* _IP_IO::SndContext |