Lines Matching full:rebind
76 /// A Rebind packet is sent out to extend lifetime for the IPv6 addresses of
131 /// A Rebind packet is about to be sent. The packet is passed to Dhcp6Callback and
589 IA and update other configuration parameters by sending Renew or Rebind packet.
593 Rebind packet.
600 send Rebind packet. If valid Reply packet received, the state transfers to Dhcp6Bound and the
605 @param[in] RebindRequest If TRUE, it will send Rebind packet and enter the Dhcp6Rebinding state.
608 @retval EFI_SUCCESS The DHCPv6 renew/rebind exchange process has completed and at
611 The EFI DHCPv6 Protocol instance has sent Renew or Rebind packet
621 @retval EFI_NO_RESPONSE The DHCPv6 renew/rebind exchange process failed because of no response.
623 renew/rebind exchange process.
624 @retval EFI_ABORTED The DHCPv6 renew/rebind exchange process aborted by user.