iPXE
Data Fields
EFI_IP6_VARIABLE_DATA Struct Reference

EFI_IP6_VARIABLE_DATA is deprecated in the UEFI 2.4B and should not be used any more. More...

#include <Ip6.h>

Data Fields

EFI_HANDLE DriverHandle
 The handle of the driver that creates this entry. More...
 
UINT32 AddressCount
 The number of IPv6 address pairs that follow this data structure. More...
 
EFI_IP6_ADDRESS_PAIR AddressPairs [1]
 List of IPv6 address pairs that are currently in use. More...
 

Detailed Description

EFI_IP6_VARIABLE_DATA is deprecated in the UEFI 2.4B and should not be used any more.

The definition in here is only present to provide backwards compatability.

Definition at line 63 of file Ip6.h.

Field Documentation

◆ DriverHandle

EFI_HANDLE EFI_IP6_VARIABLE_DATA::DriverHandle

The handle of the driver that creates this entry.

Definition at line 67 of file Ip6.h.

◆ AddressCount

UINT32 EFI_IP6_VARIABLE_DATA::AddressCount

The number of IPv6 address pairs that follow this data structure.

Definition at line 71 of file Ip6.h.

◆ AddressPairs

EFI_IP6_ADDRESS_PAIR EFI_IP6_VARIABLE_DATA::AddressPairs[1]

List of IPv6 address pairs that are currently in use.

Definition at line 75 of file Ip6.h.


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