|
iPXE
|
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... | |
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.
| EFI_IPv6_ADDRESS EFI_IP6_CONFIG_MANUAL_ADDRESS::Address |
The IPv6 unicast address.
Definition at line 196 of file Ip6Config.h.
| BOOLEAN EFI_IP6_CONFIG_MANUAL_ADDRESS::IsAnycast |
Set to TRUE if Address is anycast.
Definition at line 197 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 198 of file Ip6Config.h.
1.8.15