|
TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/Ip6Config.h>
Data Fields | |
| 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.
Definition at line 193 of file Ip6Config.h.
| EFI_IPv6_ADDRESS EFI_IP6_CONFIG_MANUAL_ADDRESS::Address |
The IPv6 unicast address.
Definition at line 194 of file Ip6Config.h.
| BOOLEAN EFI_IP6_CONFIG_MANUAL_ADDRESS::IsAnycast |
Set to TRUE if Address is anycast.
Definition at line 195 of file Ip6Config.h.
| UINT8 EFI_IP6_CONFIG_MANUAL_ADDRESS::PrefixLength |
The length, in bits, of the prefix associated with this Address.
Definition at line 196 of file Ip6Config.h.