Lines Matching refs:lease
62 /* 2. Find/Bind lease for client */
63 Lease lease = confManager->allocateLease4Client(client, pDhcpMsg, cb);
64 AssertReturn(lease != Lease::NullLease, VINF_SUCCESS);
70 lease.bindingPhase(true);
71 lease.phaseStart(RTTimeMilliTS());
72 lease.setExpiration(300); /* 3 min. */
94 /* 2. find bound lease */
95 Lease l = client.lease();
145 * from the offer. We also match the lease state. Apparently the
155 * The client is releasing its lease - good boy.
169 * use to find the lease by.
171 * We're matching MAC address and lease state as well.
175 * If no client identifier or if we couldn't find a lease by using it,