Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
DDhcp4Io.c487 DhcpSb->LeaseLife = 0; in DhcpCleanLease()
840 DhcpSb->LeaseLife = 0; in DhcpHandleRenewRebind()
1572 if (DhcpSb->LeaseLife < DhcpSb->T1) { in DhcpOnTimerTick()
1575 } else if (DhcpSb->LeaseLife < DhcpSb->T2) { in DhcpOnTimerTick()
1578 } else if (DhcpSb->LeaseLife < DhcpSb->Lease) { in DhcpOnTimerTick()
1599 DhcpSb->LeaseLife++; in DhcpOnTimerTick()
1609 if (DhcpSb->LeaseLife == DhcpSb->Lease) { in DhcpOnTimerTick()
1615 } else if (DhcpSb->LeaseLife == DhcpSb->T2) { in DhcpOnTimerTick()
1639 } else if (DhcpSb->LeaseLife == DhcpSb->T1) { in DhcpOnTimerTick()
DDhcp4Impl.h132 UINT32 LeaseLife; member