Home
last modified time | relevance | path

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

/aosp12/packages/modules/NetworkStack/src/android/net/dhcp/
H A DDhcpLeaseRepository.java525 private int getAddrByIndex(int index) { in getAddrByIndex() method in DhcpLeaseRepository
547 final int lastByte = getAddrByIndex(addrIndex) & lastByteMask; in getValidAddress()
561 return getAddrByIndex(addrIndex); in getValidAddress()
574 final int nextAddress = getAddrByIndex((addrIndex + 1) % mNumAddresses); in getNextAddress()
599 return getValidAddress(getAddrByIndex(addrIndex)); in getFirstClientAddress()