TianoCore EDK2 master
Loading...
Searching...
No Matches
_IP_IO_IP_INFO Struct Reference

#include <NetworkPkg/Include/Library/IpIoLib.h>

Data Fields

EFI_IP_ADDRESS Addr
 
IP_IO_IP_MASK PreMask
 
LIST_ENTRY Entry
 
EFI_HANDLE ChildHandle
 
IP_IO_IP_PROTOCOL Ip
 
IP_IO_IP_COMPLETION_TOKEN DummyRcvToken
 
INTN RefCnt
 
UINT8 IpVersion
 

Detailed Description

The IP_IO_IP_INFO is used in IpIoSend() to override the default IP instance in IP_IO.

Definition at line 292 of file IpIoLib.h.

Field Documentation

◆ Addr

EFI_IP_ADDRESS _IP_IO_IP_INFO::Addr

Definition at line 293 of file IpIoLib.h.

◆ ChildHandle

EFI_HANDLE _IP_IO_IP_INFO::ChildHandle

Definition at line 296 of file IpIoLib.h.

◆ DummyRcvToken

IP_IO_IP_COMPLETION_TOKEN _IP_IO_IP_INFO::DummyRcvToken

Definition at line 298 of file IpIoLib.h.

◆ Entry

LIST_ENTRY _IP_IO_IP_INFO::Entry

Definition at line 295 of file IpIoLib.h.

◆ Ip

IP_IO_IP_PROTOCOL _IP_IO_IP_INFO::Ip

Definition at line 297 of file IpIoLib.h.

◆ IpVersion

UINT8 _IP_IO_IP_INFO::IpVersion

Definition at line 300 of file IpIoLib.h.

◆ PreMask

IP_IO_IP_MASK _IP_IO_IP_INFO::PreMask

Definition at line 294 of file IpIoLib.h.

◆ RefCnt

INTN _IP_IO_IP_INFO::RefCnt

Definition at line 299 of file IpIoLib.h.


The documentation for this struct was generated from the following file: