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

Data Fields

UINT32 Signature
 
EFI_IP4_PROTOCOL Ip4Proto
 
EFI_HANDLE Handle
 
INTN State
 
BOOLEAN InDestroy
 
IP4_SERVICEService
 
LIST_ENTRY Link
 
NET_MAP RxTokens
 
NET_MAP TxTokens
 
LIST_ENTRY Received
 
LIST_ENTRY Delivered
 
EFI_LOCK RecycleLock
 
IP4_INTERFACEInterface
 
LIST_ENTRY AddrLink
 
IP4_ROUTE_TABLERouteTable
 
EFI_IP4_ROUTE_TABLEEfiRouteTable
 
UINT32 EfiRouteCount
 
IP4_ADDR * Groups
 
UINT32 GroupCount
 
EFI_IP4_CONFIG_DATA ConfigData
 

Detailed Description

Definition at line 122 of file Ip4Impl.h.

Field Documentation

◆ AddrLink

LIST_ENTRY _IP4_PROTOCOL::AddrLink

Definition at line 149 of file Ip4Impl.h.

◆ ConfigData

EFI_IP4_CONFIG_DATA _IP4_PROTOCOL::ConfigData

Definition at line 161 of file Ip4Impl.h.

◆ Delivered

LIST_ENTRY _IP4_PROTOCOL::Delivered

Definition at line 140 of file Ip4Impl.h.

◆ EfiRouteCount

UINT32 _IP4_PROTOCOL::EfiRouteCount

Definition at line 153 of file Ip4Impl.h.

◆ EfiRouteTable

EFI_IP4_ROUTE_TABLE* _IP4_PROTOCOL::EfiRouteTable

Definition at line 152 of file Ip4Impl.h.

◆ GroupCount

UINT32 _IP4_PROTOCOL::GroupCount

Definition at line 159 of file Ip4Impl.h.

◆ Groups

IP4_ADDR* _IP4_PROTOCOL::Groups

Definition at line 158 of file Ip4Impl.h.

◆ Handle

EFI_HANDLE _IP4_PROTOCOL::Handle

Definition at line 126 of file Ip4Impl.h.

◆ InDestroy

BOOLEAN _IP4_PROTOCOL::InDestroy

Definition at line 129 of file Ip4Impl.h.

◆ Interface

IP4_INTERFACE* _IP4_PROTOCOL::Interface

Definition at line 148 of file Ip4Impl.h.

◆ Ip4Proto

EFI_IP4_PROTOCOL _IP4_PROTOCOL::Ip4Proto

Definition at line 125 of file Ip4Impl.h.

◆ Link

LIST_ENTRY _IP4_PROTOCOL::Link

Definition at line 132 of file Ip4Impl.h.

◆ Received

LIST_ENTRY _IP4_PROTOCOL::Received

Definition at line 139 of file Ip4Impl.h.

◆ RecycleLock

EFI_LOCK _IP4_PROTOCOL::RecycleLock

Definition at line 141 of file Ip4Impl.h.

◆ RouteTable

IP4_ROUTE_TABLE* _IP4_PROTOCOL::RouteTable

Definition at line 150 of file Ip4Impl.h.

◆ RxTokens

NET_MAP _IP4_PROTOCOL::RxTokens

Definition at line 137 of file Ip4Impl.h.

◆ Service

IP4_SERVICE* _IP4_PROTOCOL::Service

Definition at line 131 of file Ip4Impl.h.

◆ Signature

UINT32 _IP4_PROTOCOL::Signature

Definition at line 123 of file Ip4Impl.h.

◆ State

INTN _IP4_PROTOCOL::State

Definition at line 127 of file Ip4Impl.h.

◆ TxTokens

NET_MAP _IP4_PROTOCOL::TxTokens

Definition at line 138 of file Ip4Impl.h.


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