Searched refs:LeaseLife (Results 1 – 2 of 2) sorted by relevance
487 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()
132 UINT32 LeaseLife; member