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

  /external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/
UnixNetworkInterfaceTest.java 29 private Enumeration<NetworkInterface> netifs = null; field in class:UnixNetworkInterfaceTest
38 while (netifs.hasMoreElements()) {
39 NetworkInterface netif = netifs.nextElement();
63 while (netifs.hasMoreElements()) {
64 NetworkInterface netif = netifs.nextElement();
90 while (netifs.hasMoreElements()) {
91 NetworkInterface netif = netifs.nextElement();
121 while (netifs.hasMoreElements()) {
122 NetworkInterface netif = netifs.nextElement();
145 while (netifs.hasMoreElements())
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
InterfaceAddressTest.java 126 Enumeration<NetworkInterface> netifs = NetworkInterface local
129 if (netifs != null) {
130 while (netifs.hasMoreElements()) {
131 theInterface = netifs.nextElement();

Completed in 3368 milliseconds