Lines Matching full:addresses
3 addresses and other configuration parameters from DHCPv6 servers.
45 /// A Decline packet is sent out to indicate one or more addresses of the
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
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.
476 Dhcp6Requesting to Dhcp6Bound state. The update of the IPv6 addresses will be notified through
511 Request configuration information without the assignment of any IA addresses of the client.
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
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.
650 - AddressCount is zero or Addresses is NULL.
664 IN EFI_IPv6_ADDRESS *Addresses
668 Release one or more IPv6 addresses associated with the configured IA for current instance.
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.
688 - AddressCount is not zero or Addresses is NULL.
702 IN EFI_IPv6_ADDRESS *Addresses
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