Lines Matching full:ipv6
2 UEFI Dynamic Host Configuration Protocol 6 Definition, which is used to get IPv6
57 /// A Confirm packet is sent out to confirm the IPv6 addresses of the
62 /// A Release packet is sent out to release one or more IPv6 addresses of
71 /// A Renew packet is sent out to extend lifetime for the IPv6 addresses of
76 /// A Rebind packet is sent out to extend lifetime for the IPv6 addresses of
248 /// The IPv6 address.
252 /// The preferred lifetime in unit of seconds for the IPv6 address.
256 /// The valid lifetime in unit of seconds for the IPv6 address.
280 /// Number of IPv6 addresses of the configured IA.
284 /// List of the IPv6 addresses of the configured IA. When the state of the configured IA is
285 /// in Dhcp6Bound, Dhcp6Renewing and Dhcp6Rebinding, the IPv6 addresses are usable.
360 /// If not NULL, the event will be signaled when any IPv6 address information of the
361 /// configured IA is updated, including IPv6 address, preferred lifetime and valid
482 Dhcp6Requesting to Dhcp6Bound state. The update of the IPv6 addresses will be notified through
493 @retval EFI_SUCCESS The DHCPv6 S.A.R.R process is completed and at least one IPv6
504 @retval EFI_NO_MAPPING No IPv6 address has been bound to the configured IA after the
520 of any IPv6 address of the client. Client sends out Information Request packet to obtain
553 @retval EFI_SUCCESS The DHCPv6 S.A.R.R process is completed and at least one IPv6
588 Manually extend the valid and preferred lifetimes for the IPv6 addresses of the configured
592 IPv6 addresses of the configured IA and update other configuration parameters by sending Renew or
609 least one IPv6 address of the configured IA has been bound again
622 @retval EFI_NO_MAPPING No IPv6 address has been bound to the configured IA after the DHCPv6
635 Inform that one or more IPv6 addresses assigned by a server are already in use by
638 The Decline() function is used to manually decline the assignment of IPv6 addresses, which
639 have been already used by another node. If all IPv6 addresses of the configured IA are declined
647 @param[in] AddressCount Number of declining IPv6 addresses.
648 @param[in] Addresses Pointer to the buffer stored all the declining IPv6 addresses.
657 @retval EFI_NOT_FOUND Any specified IPv6 address is not correlated with the configured IA
674 Release one or more IPv6 addresses associated with the configured IA for current instance.
676 The Release() function is used to manually release the one or more IPv6 address. If AddressCount
677 is zero, it will release all IPv6 addresses of the configured IA. If all IPv6 addresses of the IA
685 @param[in] AddressCount Number of releasing IPv6 addresses.
686 @param[in] Addresses Pointer to the buffer stored all the releasing IPv6 addresses.
695 @retval EFI_NOT_FOUND Any specified IPv6 address is not correlated with the configured
715 successfully, all the IPv6 addresses of the configured IA will be released and the state of
768 /// The EFI DHCPv6 Protocol is used to get IPv6 addresses and other configuration parameters