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

Data Fields

UINT32 Signature
 
EFI_SERVICE_BINDING_PROTOCOL ServiceBinding
 
INTN State
 
UINTN NumChildren
 
LIST_ENTRY Children
 
LIST_ENTRY Interfaces
 
IP4_INTERFACEDefaultInterface
 
IP4_ROUTE_TABLEDefaultRouteTable
 
IP4_ASSEMBLE_TABLE Assemble
 
IGMP_SERVICE_DATA IgmpCtrl
 
EFI_HANDLE Image
 
EFI_HANDLE Controller
 
EFI_HANDLE MnpChildHandle
 
EFI_MANAGED_NETWORK_PROTOCOLMnp
 
EFI_MANAGED_NETWORK_CONFIG_DATA MnpConfigData
 
EFI_SIMPLE_NETWORK_MODE SnpMode
 
EFI_EVENT Timer
 
EFI_EVENT ReconfigCheckTimer
 
EFI_EVENT ReconfigEvent
 
BOOLEAN Reconfig
 
BOOLEAN MediaPresent
 
IP4_CONFIG2_INSTANCE Ip4Config2Instance
 
CHAR16 * MacString
 
UINT32 MaxPacketSize
 
UINT32 OldMaxPacketSize
 The MTU before IPsec enable.
 

Detailed Description

Definition at line 164 of file Ip4Impl.h.

Field Documentation

◆ Assemble

IP4_ASSEMBLE_TABLE _IP4_SERVICE::Assemble

Definition at line 184 of file Ip4Impl.h.

◆ Children

LIST_ENTRY _IP4_SERVICE::Children

Definition at line 174 of file Ip4Impl.h.

◆ Controller

EFI_HANDLE _IP4_SERVICE::Controller

Definition at line 191 of file Ip4Impl.h.

◆ DefaultInterface

IP4_INTERFACE* _IP4_SERVICE::DefaultInterface

Definition at line 178 of file Ip4Impl.h.

◆ DefaultRouteTable

IP4_ROUTE_TABLE* _IP4_SERVICE::DefaultRouteTable

Definition at line 179 of file Ip4Impl.h.

◆ IgmpCtrl

IGMP_SERVICE_DATA _IP4_SERVICE::IgmpCtrl

Definition at line 185 of file Ip4Impl.h.

◆ Image

EFI_HANDLE _IP4_SERVICE::Image

Definition at line 190 of file Ip4Impl.h.

◆ Interfaces

LIST_ENTRY _IP4_SERVICE::Interfaces

Definition at line 176 of file Ip4Impl.h.

◆ Ip4Config2Instance

IP4_CONFIG2_INSTANCE _IP4_SERVICE::Ip4Config2Instance

Definition at line 213 of file Ip4Impl.h.

◆ MacString

CHAR16* _IP4_SERVICE::MacString

Definition at line 215 of file Ip4Impl.h.

◆ MaxPacketSize

UINT32 _IP4_SERVICE::MaxPacketSize

Definition at line 217 of file Ip4Impl.h.

◆ MediaPresent

BOOLEAN _IP4_SERVICE::MediaPresent

Definition at line 208 of file Ip4Impl.h.

◆ Mnp

EFI_MANAGED_NETWORK_PROTOCOL* _IP4_SERVICE::Mnp

Definition at line 194 of file Ip4Impl.h.

◆ MnpChildHandle

EFI_HANDLE _IP4_SERVICE::MnpChildHandle

Definition at line 193 of file Ip4Impl.h.

◆ MnpConfigData

EFI_MANAGED_NETWORK_CONFIG_DATA _IP4_SERVICE::MnpConfigData

Definition at line 196 of file Ip4Impl.h.

◆ NumChildren

UINTN _IP4_SERVICE::NumChildren

Definition at line 173 of file Ip4Impl.h.

◆ OldMaxPacketSize

UINT32 _IP4_SERVICE::OldMaxPacketSize

The MTU before IPsec enable.

Definition at line 218 of file Ip4Impl.h.

◆ Reconfig

BOOLEAN _IP4_SERVICE::Reconfig

Definition at line 203 of file Ip4Impl.h.

◆ ReconfigCheckTimer

EFI_EVENT _IP4_SERVICE::ReconfigCheckTimer

Definition at line 200 of file Ip4Impl.h.

◆ ReconfigEvent

EFI_EVENT _IP4_SERVICE::ReconfigEvent

Definition at line 201 of file Ip4Impl.h.

◆ ServiceBinding

EFI_SERVICE_BINDING_PROTOCOL _IP4_SERVICE::ServiceBinding

Definition at line 166 of file Ip4Impl.h.

◆ Signature

UINT32 _IP4_SERVICE::Signature

Definition at line 165 of file Ip4Impl.h.

◆ SnpMode

EFI_SIMPLE_NETWORK_MODE _IP4_SERVICE::SnpMode

Definition at line 197 of file Ip4Impl.h.

◆ State

INTN _IP4_SERVICE::State

Definition at line 167 of file Ip4Impl.h.

◆ Timer

EFI_EVENT _IP4_SERVICE::Timer

Definition at line 199 of file Ip4Impl.h.


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