Home | History | Annotate | Download | only in HttpBootDxe

Lines Matching refs:Policy

439      // Select offer by the default policy or by order, and record the SelectIndex

584 Set the IP6 policy to Automatic.
588 @retval EFI_SUCCESS Switch the IP policy succesfully.
597 EFI_IP6_CONFIG_POLICY Policy;
606 // Get and store the current policy of IP6 driver.
612 &Policy
618 if (Policy == Ip6ConfigPolicyManual) {
619 Policy = Ip6ConfigPolicyAutomatic;
624 &Policy
721 EFI_IP6_CONFIG_POLICY Policy;
767 Policy = Ip6ConfigPolicyManual;
772 &Policy