Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
DDhcp6Impl.h212 UINT32 RetryCnt; member
DDhcp6Io.c3011 …if ((TxCb->RetryCnt == 0 || TxCb->SolicitRetry) && TxCb->TxPacket->Dhcp6.Header.MessageType == Dhc… in Dhcp6OnTimerTick()
3026 TxCb->RetryCnt++; in Dhcp6OnTimerTick()
3034 TxCb->RetryCnt++; in Dhcp6OnTimerTick()
3040 if (TxCb->RetryCtl.Mrc != 0 && TxCb->RetryCtl.Mrc < TxCb->RetryCnt) { in Dhcp6OnTimerTick()