Home | History | Annotate | Download | only in Dhcp6Dxe

Lines Matching full:rebind

141     // Calculate the retransmission threshold value for rebind packet.

558 // request, renew or rebind message, the client updates the information it has
1303 // Assembly Dhcp6 options for rebind/renew message.
1437 // Assembly Dhcp6 options for rebind/renew message
1504 Create the renew/rebind message and send it.
1507 @param[in] RebindRequest If TRUE, it is a Rebind type message.
1510 @retval EFI_SUCCESS Created and sent the renew/rebind message successfully.
1513 @retval Others Failed to send the renew/rebind message.
1568 // Assembly Dhcp6 options for rebind/renew message.
1597 // insert it for rebind
1656 // Send renew/rebind packet with the state transition from Dhcp6bound to
1657 // Dhcp6renew/rebind.
1658 // And sync the lease time when send renew/rebind, in case that user send
1659 // renew/rebind actively.
2109 // As to a valid reply packet in response to a request/renew/rebind packet,
2175 // confirm, renew and rebind, the behavior depends on the status code option.
2235 // Refer to RFC3315 Chapter 18.1.8, for each IA in the original Renew or Rebind message,
2236 // the client sends a Renew or Rebind if the IA is not in the Reply message.
2237 // Return EFI_SUCCESS so we can continue to restart the Renew/Rebind process.
2292 // Refer to RFC3315 Chapter 18.1.8, for each IA in the original Renew or Rebind message, the client
3104 // whether need to renew or rebind this Ia.
3118 // Exceed t2, send rebind packet to extend the Ia lease.