Searched refs:getAddrByIndex (Results 1 – 1 of 1) sorted by relevance
525 private int getAddrByIndex(int index) { in getAddrByIndex() method in DhcpLeaseRepository547 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()