Lines Matching refs:expire
850 hr = ((ptr->expire - now.tv_sec) / 60) / 60; in PrintLeaseTable()
851 min = ((ptr->expire - now.tv_sec) / 60) % 60; in PrintLeaseTable()
852 sec = (ptr->expire - now.tv_sec) % 60; in PrintLeaseTable()
1352 if (DeleteAll || (*ptr)->expire - now.tv_sec < 0) in DeleteRecords()
1437 (*rptr)->expire = tv.tv_sec + (unsigned)lease; in UpdateLeaseTable()
1458 tmp->expire = tv.tv_sec + (unsigned)lease; in UpdateLeaseTable()
1666 if (e->expire < t.tv_sec) return 0; in LLQLease()
1667 else return e->expire - t.tv_sec; in LLQLease()
2021 if ((*e)->expire < t.tv_sec) DeleteLLQ(d, *e); in GenLLQEvents()
2108 e->expire = t.tv_sec + (int)lease; in NewLLQ()
2135 e->expire = t.tv_sec + llq->llqlease; in LLQRefresh()