Home
last modified time | relevance | path

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

/aosp12/packages/modules/NetworkStack/src/android/net/dhcp/
H A DDhcpLeaseRepository.java115 static class InvalidSubnetException extends DhcpLeaseException { class in DhcpLeaseRepository
116 InvalidSubnetException(String message) { in InvalidSubnetException() method in DhcpLeaseRepository.InvalidSubnetException
190 @Nullable String hostname) throws OutOfAddressesException, InvalidSubnetException { in getOffer()
225 throws OutOfAddressesException, InvalidSubnetException { in getCommittedLease()
233 throws InvalidSubnetException { in checkValidRelayAddr()
239 throw new InvalidSubnetException("Lease requested by relay from outside of subnet"); in checkValidRelayAddr()
280 throws InvalidAddressException, InvalidSubnetException { in requestLease()
H A DDhcpServer.java524 private void logIgnoredPacketInvalidSubnet(DhcpLeaseRepository.InvalidSubnetException e) { in logIgnoredPacketInvalidSubnet()
545 } catch (DhcpLeaseRepository.InvalidSubnetException e) { in processDiscover()
563 } catch (DhcpLeaseRepository.InvalidSubnetException e) { in processRequest()
/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/
H A DDhcpLeaseRepositoryTest.java350 @Test(expected = DhcpLeaseRepository.InvalidSubnetException.class)
399 @Test(expected = DhcpLeaseRepository.InvalidSubnetException.class)