MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
EFI_TCP6_VARIABLE_DATA Struct Reference

Data Fields

EFI_HANDLE DriverHandle
 The handle of the driver that creates this entry. More...
 
UINT32 ServiceCount
 The number of address/port pairs following this data structure. More...
 
EFI_TCP6_SERVICE_POINT Services [1]
 List of address/port pairs that are currently in use. More...
 

Detailed Description

EFI_TCP6_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.

Field Documentation

EFI_HANDLE EFI_TCP6_VARIABLE_DATA::DriverHandle

The handle of the driver that creates this entry.

UINT32 EFI_TCP6_VARIABLE_DATA::ServiceCount

The number of address/port pairs following this data structure.

EFI_TCP6_SERVICE_POINT EFI_TCP6_VARIABLE_DATA::Services[1]

List of address/port pairs that are currently in use.