Searched refs:theInterfaces (Results 1 – 3 of 3) sorted by relevance
31 Enumeration<NetworkInterface> theInterfaces = null; field in NetworkInterfaceTest291 Enumeration theInterfaces = NetworkInterface.getNetworkInterfaces(); in test_getNetworkInterfaces() local353 if (theInterfaces != null) { in test_getInterfaceAddresses()354 while (theInterfaces.hasMoreElements()) { in test_getInterfaceAddresses()355 NetworkInterface netif = theInterfaces.nextElement(); in test_getInterfaceAddresses()361 theInterfaces = NetworkInterface.getNetworkInterfaces(); in test_getInterfaceAddresses()362 while (theInterfaces.hasMoreElements()) { in test_getInterfaceAddresses()363 NetworkInterface netif = theInterfaces.nextElement(); in test_getInterfaceAddresses()382 if (theInterfaces != null) { in test_isLoopback()383 while (theInterfaces.hasMoreElements()) { in test_isLoopback()[all …]
392 Enumeration<NetworkInterface> theInterfaces = NetworkInterface.getNetworkInterfaces(); in joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface() local393 while (theInterfaces.hasMoreElements()) { in joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface()394 NetworkInterface thisInterface = theInterfaces.nextElement(); in joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface()712 Enumeration theInterfaces = NetworkInterface.getNetworkInterfaces(); in check_setNetworkInterfaceLjava_net_NetworkInterface() local713 while (theInterfaces.hasMoreElements()) { in check_setNetworkInterfaceLjava_net_NetworkInterface()714 NetworkInterface thisInterface = (NetworkInterface) theInterfaces.nextElement(); in check_setNetworkInterfaceLjava_net_NetworkInterface()
321 Enumeration<NetworkInterface> theInterfaces = NetworkInterface.getNetworkInterfaces(); in test_joinAnySource_networkInterfaces() local322 while (theInterfaces.hasMoreElements()) { in test_joinAnySource_networkInterfaces()323 NetworkInterface thisInterface = theInterfaces.nextElement(); in test_joinAnySource_networkInterfaces()