Lines Matching refs:Policy
36 Update the current policy to NewPolicy. During the transition
41 @param[in] NewPolicy The new policy to be updated to.
629 policy for the EFI IPv6 network stack that is running on the communication device
630 managed by this IP6Config instance. The policy will affect other configuration settings.
636 @retval EFI_INVALID_PARAMETER The to be set policy is invalid.
638 @retval EFI_ABORTED The new policy equals the current policy.
664 if (NewPolicy == Instance->Policy) {
699 // The policy is changed from automatic to manual. Stop the DHCPv6 process
710 Instance->Policy = NewPolicy;
875 for the EFI IPv6 network stack. It is only configurable when the policy is
884 under the current policy.
926 if (Instance->Policy != Ip6ConfigPolicyManual) {
1171 this EFI IPv6 Configuration Protocol manages. It is not configurable when the policy is
1181 under the current policy.
1214 if (Instance->Policy != Ip6ConfigPolicyManual) {
1303 Configuration Protocol manages. It is not configurable when the policy is
1313 under the current policy.
1344 if (Instance->Policy != Ip6ConfigPolicyManual) {
1658 if ((Instance->Policy != Ip6ConfigPolicyAutomatic) || Instance->OtherInfoOnly) {
1660 // IPv6 is not operating in the automatic policy now or
1787 if ((Instance->Dhcp6Handle != NULL) || (Instance->Policy != Ip6ConfigPolicyAutomatic)) {
1789 // The DHCP6 child is already created or the policy is no longer AUTOMATIC.
1833 configuration data cannot be set under the current policy.
2210 DataItem->Data.Ptr = &Instance->Policy;
2211 DataItem->DataSize = sizeof (Instance->Policy);
2212 Instance->Policy = Ip6ConfigPolicyAutomatic;