iPXE
Data Fields
EFI_IP4_MODE_DATA Struct Reference

#include <Ip4.h>

Data Fields

BOOLEAN IsStarted
 Set to TRUE after this EFI IPv4 Protocol instance has been successfully configured. More...
 
UINT32 MaxPacketSize
 The maximum packet size, in bytes, of the packet which the upper layer driver could feed. More...
 
EFI_IP4_CONFIG_DATA ConfigData
 Current configuration settings. More...
 
BOOLEAN IsConfigured
 Set to TRUE when the EFI IPv4 Protocol instance has a station address and subnet mask. More...
 
UINT32 GroupCount
 Number of joined multicast groups. More...
 
EFI_IPv4_ADDRESSGroupTable
 List of joined multicast group addresses. More...
 
UINT32 RouteCount
 Number of entries in the routing table. More...
 
EFI_IP4_ROUTE_TABLERouteTable
 Routing table entries. More...
 
UINT32 IcmpTypeCount
 Number of entries in the supported ICMP types list. More...
 
EFI_IP4_ICMP_TYPEIcmpTypeList
 Array of ICMP types and codes that are supported by this EFI IPv4 Protocol driver. More...
 

Detailed Description

Definition at line 143 of file Ip4.h.

Field Documentation

◆ IsStarted

BOOLEAN EFI_IP4_MODE_DATA::IsStarted

Set to TRUE after this EFI IPv4 Protocol instance has been successfully configured.

Definition at line 147 of file Ip4.h.

◆ MaxPacketSize

UINT32 EFI_IP4_MODE_DATA::MaxPacketSize

The maximum packet size, in bytes, of the packet which the upper layer driver could feed.

Definition at line 151 of file Ip4.h.

◆ ConfigData

EFI_IP4_CONFIG_DATA EFI_IP4_MODE_DATA::ConfigData

Current configuration settings.

Definition at line 155 of file Ip4.h.

◆ IsConfigured

BOOLEAN EFI_IP4_MODE_DATA::IsConfigured

Set to TRUE when the EFI IPv4 Protocol instance has a station address and subnet mask.

Definition at line 159 of file Ip4.h.

◆ GroupCount

UINT32 EFI_IP4_MODE_DATA::GroupCount

Number of joined multicast groups.

Definition at line 163 of file Ip4.h.

◆ GroupTable

EFI_IPv4_ADDRESS* EFI_IP4_MODE_DATA::GroupTable

List of joined multicast group addresses.

Definition at line 167 of file Ip4.h.

◆ RouteCount

UINT32 EFI_IP4_MODE_DATA::RouteCount

Number of entries in the routing table.

Definition at line 171 of file Ip4.h.

◆ RouteTable

EFI_IP4_ROUTE_TABLE* EFI_IP4_MODE_DATA::RouteTable

Routing table entries.

Definition at line 175 of file Ip4.h.

◆ IcmpTypeCount

UINT32 EFI_IP4_MODE_DATA::IcmpTypeCount

Number of entries in the supported ICMP types list.

Definition at line 179 of file Ip4.h.

◆ IcmpTypeList

EFI_IP4_ICMP_TYPE* EFI_IP4_MODE_DATA::IcmpTypeList

Array of ICMP types and codes that are supported by this EFI IPv4 Protocol driver.

Definition at line 183 of file Ip4.h.


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