Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
DDhcp6Impl.h214 UINT32 RetryLos; member
DDhcp6Io.c3035 TxCb->RetryLos += TxCb->RetryExp; in Dhcp6OnTimerTick()
3048 if (TxCb->RetryCtl.Mrd != 0 && TxCb->RetryCtl.Mrd <= TxCb->RetryLos) { in Dhcp6OnTimerTick()
3077 LossTime = TxCb->RetryLos + TxCb->RetryExp; in Dhcp6OnTimerTick()
3079 TxCb->RetryExp = TxCb->RetryCtl.Mrd - TxCb->RetryLos; in Dhcp6OnTimerTick()