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

#include <Ip6.h>

Collaboration diagram for EFI_IP6_MODE_DATA:
Collaboration graph
[legend]

Public Attributes

BOOLEAN IsStarted
 
UINT32 MaxPacketSize
 
EFI_IP6_CONFIG_DATA ConfigData
 
BOOLEAN IsConfigured
 
UINT32 AddressCount
 
EFI_IP6_ADDRESS_INFOAddressList
 
UINT32 GroupCount
 
EFI_IPv6_ADDRESSGroupTable
 
UINT32 RouteCount
 
EFI_IP6_ROUTE_TABLERouteTable
 
UINT32 NeighborCount
 
EFI_IP6_NEIGHBOR_CACHENeighborCache
 
UINT32 PrefixCount
 
EFI_IP6_ADDRESS_INFOPrefixTable
 
UINT32 IcmpTypeCount
 
EFI_IP6_ICMP_TYPEIcmpTypeList
 

Detailed Description

EFI_IP6_MODE_DATA

Member Data Documentation

◆ AddressCount

UINT32 EFI_IP6_MODE_DATA::AddressCount

Number of configured IPv6 addresses on this interface.

◆ AddressList

EFI_IP6_ADDRESS_INFO* EFI_IP6_MODE_DATA::AddressList

List of currently configured IPv6 addresses and corresponding prefix lengths assigned to this interface. It is caller's responsibility to free this buffer.

◆ ConfigData

EFI_IP6_CONFIG_DATA EFI_IP6_MODE_DATA::ConfigData

Current configuration settings. Undefined until IsStarted is TRUE.

◆ GroupCount

UINT32 EFI_IP6_MODE_DATA::GroupCount

Number of joined multicast groups. Undefined until IsConfigured is TRUE.

◆ GroupTable

EFI_IPv6_ADDRESS* EFI_IP6_MODE_DATA::GroupTable

List of joined multicast group addresses. It is caller's responsibility to free this buffer. Undefined until IsConfigured is TRUE.

◆ IcmpTypeCount

UINT32 EFI_IP6_MODE_DATA::IcmpTypeCount

Number of entries in the supported ICMP types list.

◆ IcmpTypeList

EFI_IP6_ICMP_TYPE* EFI_IP6_MODE_DATA::IcmpTypeList

Array of ICMP types and codes that are supported by this EFI IPv6 Protocol driver. It is caller's responsibility to free this buffer.

◆ IsConfigured

BOOLEAN EFI_IP6_MODE_DATA::IsConfigured

Set to TRUE when the EFI IPv6 Protocol instance is configured. The instance is configured when it has a station address and corresponding prefix length. Set to FALSE when the EFI IPv6 Protocol instance is not configured.

◆ IsStarted

BOOLEAN EFI_IP6_MODE_DATA::IsStarted

Set to TRUE after this EFI IPv6 Protocol instance is started. All other fields in this structure are undefined until this field is TRUE. Set to FALSE when the EFI IPv6 Protocol instance is stopped.

◆ MaxPacketSize

UINT32 EFI_IP6_MODE_DATA::MaxPacketSize

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

◆ NeighborCache

EFI_IP6_NEIGHBOR_CACHE* EFI_IP6_MODE_DATA::NeighborCache

Neighbor cache entries. It is caller's responsibility to free this buffer. Undefined until IsConfigured is TRUE.

◆ NeighborCount

UINT32 EFI_IP6_MODE_DATA::NeighborCount

Number of entries in the neighbor cache. Undefined until IsConfigured is TRUE.

◆ PrefixCount

UINT32 EFI_IP6_MODE_DATA::PrefixCount

Number of entries in the prefix table. Undefined until IsConfigured is TRUE.

◆ PrefixTable

EFI_IP6_ADDRESS_INFO* EFI_IP6_MODE_DATA::PrefixTable

On-link Prefix table entries. It is caller's responsibility to free this buffer. Undefined until IsConfigured is TRUE.

◆ RouteCount

UINT32 EFI_IP6_MODE_DATA::RouteCount

Number of entries in the routing table. Undefined until IsConfigured is TRUE.

◆ RouteTable

EFI_IP6_ROUTE_TABLE* EFI_IP6_MODE_DATA::RouteTable

Routing table entries. It is caller's responsibility to free this buffer.


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