Searched refs:netifs (Results 1 – 2 of 2) sorted by relevance
126 Enumeration<NetworkInterface> netifs = NetworkInterface in setUp() local129 if (netifs != null) { in setUp()130 while (netifs.hasMoreElements()) { in setUp()131 theInterface = netifs.nextElement(); in setUp()
398 final NetworkInterface[] netifs = getAll(); in getNetworkInterfaces() local402 if (netifs.length == 0) in getNetworkInterfaces()423 return Collections.enumeration(Arrays.asList(netifs)); in getNetworkInterfaces()