Searched refs:findByClient (Results 1 – 1 of 1) sorted by relevance
197 final DhcpLease currentLease = findByClient(clientId, hwAddr); in getOffer()249 private DhcpLease findByClient(@Nullable byte[] clientId, @NonNull MacAddress hwAddr) { in findByClient() method in DhcpLeaseRepository284 final DhcpLease assignedLease = findByClient(clientId, hwAddr); in requestLease()