iPXE
Data Fields
EFI_IP6_CONFIG_MANUAL_ADDRESS Struct Reference

EFI_IP6_CONFIG_MANUAL_ADDRESS is used to set the station address information for the EFI IPv6 network stack manually when the policy is Ip6ConfigPolicyManual. More...

#include <Ip6Config.h>

Data Fields

EFI_IPv6_ADDRESS Address
 The IPv6 unicast address. More...
 
BOOLEAN IsAnycast
 Set to TRUE if Address is anycast. More...
 
UINT8 PrefixLength
 The length, in bits, of the prefix associated with this Address. More...
 

Detailed Description

EFI_IP6_CONFIG_MANUAL_ADDRESS is used to set the station address information for the EFI IPv6 network stack manually when the policy is Ip6ConfigPolicyManual.

Definition at line 195 of file Ip6Config.h.

Field Documentation

◆ Address

EFI_IPv6_ADDRESS EFI_IP6_CONFIG_MANUAL_ADDRESS::Address

The IPv6 unicast address.

Definition at line 196 of file Ip6Config.h.

◆ IsAnycast

BOOLEAN EFI_IP6_CONFIG_MANUAL_ADDRESS::IsAnycast

Set to TRUE if Address is anycast.

Definition at line 197 of file Ip6Config.h.

◆ PrefixLength

UINT8 EFI_IP6_CONFIG_MANUAL_ADDRESS::PrefixLength

The length, in bits, of the prefix associated with this Address.

Definition at line 198 of file Ip6Config.h.


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