Searched refs:addrsByNull (Results 1 – 1 of 1) sorted by relevance
70 InetAddress[] addrsByNull = InetAddress.getAllByName(null); in testLoopbackAddresses() local71 Assert.assertTrue(addrsByNull[0].isLoopbackAddress()); in testLoopbackAddresses()