Home
last modified time | relevance | path

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

/aosp12/packages/modules/NetworkStack/src/android/net/dhcp/
H A DDhcpLeaseRepository.java521 private int getAddrIndex(int addr) { in getAddrIndex() method in DhcpLeaseRepository
544 int addrIndex = getAddrIndex(addr); // 0-based index of the address in the subnet in getValidAddress()
573 final int addrIndex = getAddrIndex(addr); in getNextAddress()