XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
EFI_IP4_MODE_DATA Struct Reference

#include <Ip4.h>

Collaboration diagram for EFI_IP4_MODE_DATA:
Collaboration graph
[legend]

Public Attributes

BOOLEAN IsStarted
 
UINT32 MaxPacketSize
 
EFI_IP4_CONFIG_DATA ConfigData
 
BOOLEAN IsConfigured
 
UINT32 GroupCount
 
EFI_IPv4_ADDRESSGroupTable
 
UINT32 RouteCount
 
EFI_IP4_ROUTE_TABLERouteTable
 
UINT32 IcmpTypeCount
 
EFI_IP4_ICMP_TYPEIcmpTypeList
 

Member Data Documentation

◆ ConfigData

EFI_IP4_CONFIG_DATA EFI_IP4_MODE_DATA::ConfigData

Current configuration settings.

◆ GroupCount

UINT32 EFI_IP4_MODE_DATA::GroupCount

Number of joined multicast groups.

◆ GroupTable

EFI_IPv4_ADDRESS* EFI_IP4_MODE_DATA::GroupTable

List of joined multicast group addresses.

◆ IcmpTypeCount

UINT32 EFI_IP4_MODE_DATA::IcmpTypeCount

Number of entries in the supported ICMP types list.

◆ 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

◆ IsConfigured

BOOLEAN EFI_IP4_MODE_DATA::IsConfigured

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

◆ IsStarted

BOOLEAN EFI_IP4_MODE_DATA::IsStarted

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

◆ MaxPacketSize

UINT32 EFI_IP4_MODE_DATA::MaxPacketSize

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

◆ RouteCount

UINT32 EFI_IP4_MODE_DATA::RouteCount

Number of entries in the routing table.

◆ RouteTable

EFI_IP4_ROUTE_TABLE* EFI_IP4_MODE_DATA::RouteTable

Routing table entries.


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