|
XenevaOS
|
#include <Ip6Config.h>

Public Attributes | |
| EFI_IPv6_ADDRESS | Address |
| The IPv6 unicast address. | |
| BOOLEAN | IsAnycast |
| Set to TRUE if Address is anycast. | |
| UINT8 | PrefixLength |
| The length, in bits, of the prefix associated with this Address. | |
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.
| EFI_IPv6_ADDRESS EFI_IP6_CONFIG_MANUAL_ADDRESS::Address |
The IPv6 unicast address.
| BOOLEAN EFI_IP6_CONFIG_MANUAL_ADDRESS::IsAnycast |
Set to TRUE if Address is anycast.
| UINT8 EFI_IP6_CONFIG_MANUAL_ADDRESS::PrefixLength |
The length, in bits, of the prefix associated with this Address.