Home
last modified time | relevance | path

Searched refs:v6ia (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/net/
DInet6Address.java131 Inet6Address v6ia = (Inet6Address) ia; in getByAddress() local
132 boolean isSameType = v6ia.compareLocalType(address); in getByAddress()
135 address.scope_id = v6ia.scope_id; in getByAddress()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DInet6AddressTest.java786 Inet6Address v6ia; in test_getScopeID() local
791 v6ia = Inet6Address.getByAddress("123", addr, 3); in test_getScopeID()
792 assertEquals(3, v6ia.getScopeId()); in test_getScopeID()
794 v6ia = Inet6Address.getByAddress("123", addr, 0); in test_getScopeID()
795 assertEquals(0, v6ia.getScopeId()); in test_getScopeID()
797 v6ia = Inet6Address.getByAddress("123", addr, -1); in test_getScopeID()
798 assertEquals(0, v6ia.getScopeId()); in test_getScopeID()