Searched refs:DecayTime (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/
H A DArpImpl.c221 CacheEntry->DecayTime = CacheEntry->DefaultDecayTime;
477 if (CacheEntry->DecayTime <= ARP_PERIODIC_TIMER_INTERVAL) {
485 // Update the DecayTime.
487 CacheEntry->DecayTime -= ARP_PERIODIC_TIMER_INTERVAL;
505 if (CacheEntry->DecayTime <= ARP_PERIODIC_TIMER_INTERVAL) {
513 // Update the DecayTime.
515 CacheEntry->DecayTime -= ARP_PERIODIC_TIMER_INTERVAL;
746 CacheEntry->DecayTime = Instance->ConfigData.EntryTimeOut;
755 CacheEntry->DecayTime = ARP_DEFAULT_TIMEOUT_VALUE;
1519 // Refresh the DecayTime i
[all...]
H A DArpImpl.h220 UINT32 DecayTime; member in struct:__anon6428
H A DArpMain.c248 CacheEntry->DecayTime = TimeoutValue;

Completed in 102 milliseconds