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 220 for (int addrIndex = 0; addrIndex < numberOfAddrs; addrIndex++) {
222 InetAddress addr = InetAddress.getByAddress(addressList.get(addrIndex));
229 InetAddress.getByAddress(addressList.get(addrIndex));
  /system/netd/server/
TetherController.cpp 200 for (int addrIndex = 0; addrIndex < num_addrs; addrIndex += 2) {
202 dhcp_ranges[addrIndex], dhcp_ranges[addrIndex+1]);
  /external/mdnsresponder/mDNSWindows/
mDNSWin32.c     [all...]

Completed in 75 milliseconds