Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/dist/server/
H A Ddhcp.c5016 struct lease *peerl = NULL; in allocate_lease() local
5026 peerl = LEASE_GET_FIRST(pool->backup); in allocate_lease()
5027 if (peerl != NULL) { in allocate_lease()
5029 (candl->ends > peerl->ends)) && in allocate_lease()
5030 lease_mine_to_reallocate(peerl)) { in allocate_lease()
5031 candl = peerl; in allocate_lease()
5039 peerl = LEASE_GET_FIRST(pool->free); in allocate_lease()
5040 if (peerl != NULL) { in allocate_lease()
5042 (candl->ends > peerl->ends)) && in allocate_lease()
5043 lease_mine_to_reallocate(peerl)) { in allocate_lease()
[all …]