Searched refs:netifs (Results 1 – 2 of 2) sorted by relevance
333 final NetworkInterface[] netifs = getAll(); in getNetworkInterfaces() local336 if (netifs == null) in getNetworkInterfaces()342 if (netifs != null && i < netifs.length) { in getNetworkInterfaces()343 NetworkInterface netif = netifs[i++]; in getNetworkInterfaces()351 return (netifs != null && i < netifs.length); in getNetworkInterfaces()
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()