Home
last modified time | relevance | path

Searched defs:addrIndex (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpLeaseRepository.java548 int addrIndex = getAddrIndex(addr); // 0-based index of the address in the subnet in getValidAddress() local
577 final int addrIndex = getAddrIndex(addr); in getNextAddress() local
602 final int addrIndex = hash % mNumAddresses; in getFirstClientAddress() local
/packages/modules/DnsResolver/
Dres_send.cpp711 static struct timespec get_timeout(ResState* statp, const res_params* params, const int addrIndex) { in get_timeout()