Lines Matching full:ipv6
2 UEFI Dynamic Host Configuration Protocol 6 Definition, which is used to get IPv6
51 /// A Confirm packet is sent out to confirm the IPv6 addresses of the
56 /// A Release packet is sent out to release one or more IPv6 addresses of
65 /// A Renew packet is sent out to extend lifetime for the IPv6 addresses of
70 /// A Rebind packet is sent out to extend lifetime for the IPv6 addresses of
242 /// The IPv6 address.
246 /// The preferred lifetime in unit of seconds for the IPv6 address.
250 /// The valid lifetime in unit of seconds for the IPv6 address.
274 /// Number of IPv6 addresses of the configured IA.
278 /// List of the IPv6 addresses of the configured IA. When the state of the configured IA is
279 /// in Dhcp6Bound, Dhcp6Renewing and Dhcp6Rebinding, the IPv6 addresses are usable.
354 /// If not NULL, the event will be signaled when any IPv6 address information of the
355 /// configured IA is updated, including IPv6 address, preferred lifetime and valid
476 Dhcp6Requesting to Dhcp6Bound state. The update of the IPv6 addresses will be notified through
487 @retval EFI_SUCCESS The DHCPv6 S.A.R.R process is completed and at least one IPv6
498 @retval EFI_NO_MAPPING No IPv6 address has been bound to the configured IA after the
514 of any IPv6 address of the client. Client sends out Information Request packet to obtain
547 @retval EFI_SUCCESS The DHCPv6 S.A.R.R process is completed and at least one IPv6
582 Manually extend the valid and preferred lifetimes for the IPv6 addresses of the configured
586 IPv6 addresses of the configured IA and update other configuration parameters by sending Renew or
603 least one IPv6 address of the configured IA has been bound again
616 @retval EFI_NO_MAPPING No IPv6 address has been bound to the configured IA after the DHCPv6
629 Inform that one or more IPv6 addresses assigned by a server are already in use by
632 The Decline() function is used to manually decline the assignment of IPv6 addresses, which
633 have been already used by another node. If all IPv6 addresses of the configured IA are declined
641 @param[in] AddressCount Number of declining IPv6 addresses.
642 @param[in] Addresses Pointer to the buffer stored all the declining IPv6 addresses.
651 @retval EFI_NOT_FOUND Any specified IPv6 address is not correlated with the configured IA
668 Release one or more IPv6 addresses associated with the configured IA for current instance.
670 The Release() function is used to manually release the one or more IPv6 address. If AddressCount
671 is zero, it will release all IPv6 addresses of the configured IA. If all IPv6 addresses of the IA
679 @param[in] AddressCount Number of releasing IPv6 addresses.
680 @param[in] Addresses Pointer to the buffer stored all the releasing IPv6 addresses.
689 @retval EFI_NOT_FOUND Any specified IPv6 address is not correlated with the configured
709 successfully, all the IPv6 addresses of the configured IA will be released and the state of
762 /// The EFI DHCPv6 Protocol is used to get IPv6 addresses and other configuration parameters