HomeSort by relevance Sort by last modified time
    Searched refs:addrIndex (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/net/src/android/net/cts/
DnsTest.java 236 for (int addrIndex = 0; addrIndex < numberOfAddrs; addrIndex++) {
238 InetAddress addr = InetAddress.getByAddress(addressList.get(addrIndex));
245 InetAddress.getByAddress(addressList.get(addrIndex));
  /system/netd/server/
TetherController.cpp 229 for (int addrIndex = 0; addrIndex < num_addrs; addrIndex += 2) {
232 dhcp_ranges[addrIndex], dhcp_ranges[addrIndex+1]));
  /external/mdnsresponder/mDNSWindows/
mDNSWin32.c     [all...]

Completed in 319 milliseconds