Searched refs:matchesClient (Results 1 – 2 of 2) sorted by relevance
251 if (lease.matchesClient(clientId, hwAddr)) { in findByClient()331 if (currentLease != null && !currentLease.matchesClient(clientId, hwAddr)) { in checkClientAndMakeLease()373 if (currentLease.matchesClient(clientId, hwAddr)) { in releaseLease()
121 public boolean matchesClient(@Nullable byte[] clientId, @NonNull MacAddress hwAddr) { in matchesClient() method in DhcpLease