Searched refs:RetryLos (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Impl.h212 UINT32 RetryLos; member in struct:_DHCP6_TX_CB
H A DDhcp6Io.c2842 TxCb->RetryLos += TxCb->RetryExp;
2854 if (TxCb->RetryCtl.Mrd != 0 && TxCb->RetryCtl.Mrd <= TxCb->RetryLos) {
2882 LossTime = TxCb->RetryLos + TxCb->RetryExp;
2884 TxCb->RetryExp = TxCb->RetryCtl.Mrd - TxCb->RetryLos;

Completed in 406 milliseconds