TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_IP6_ADDRESS_PAIR Struct Reference

#include <MdePkg/Include/Protocol/Ip6.h>

Data Fields

EFI_HANDLE InstanceHandle
 
EFI_IPv6_ADDRESS Ip6Address
 
UINT8 PrefixLength
 

Detailed Description

EFI_IP6_ADDRESS_PAIR 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 42 of file Ip6.h.

Field Documentation

◆ InstanceHandle

EFI_HANDLE EFI_IP6_ADDRESS_PAIR::InstanceHandle

The EFI IPv6 Protocol instance handle that is using this address/prefix pair.

Definition at line 46 of file Ip6.h.

◆ Ip6Address

EFI_IPv6_ADDRESS EFI_IP6_ADDRESS_PAIR::Ip6Address

IPv6 address in network byte order.

Definition at line 50 of file Ip6.h.

◆ PrefixLength

UINT8 EFI_IP6_ADDRESS_PAIR::PrefixLength

The length of the prefix associated with the Ip6Address.

Definition at line 54 of file Ip6.h.


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