Searched refs:firstAddress (Results 1 – 2 of 2) sorted by relevance
151 InetAddress firstAddress = (InetAddress) addresses.nextElement(); in getInterface() local152 mss.setInterface(firstAddress); in getInterface()154 firstAddress, mss.getInterface()); in getInterface()175 InetAddress firstAddress = theInterface.getInetAddresses().nextElement(); in getNetworkInterface() local177 assertTrue(firstAddress.isAnyLocalAddress()); in getNetworkInterface()202 firstAddress = (InetAddress) addresses.nextElement(); in getNetworkInterface()203 mss.setInterface(firstAddress); in getNetworkInterface()409 InetAddress firstAddress = addresses.nextElement(); in joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface() local410 if (firstAddress instanceof Inet4Address) { in joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface()
346 InetAddress firstAddress = addresses.nextElement(); in test_joinAnySource_networkInterfaces() local347 if (firstAddress instanceof Inet4Address) { in test_joinAnySource_networkInterfaces()