Searched refs:v6ia (Results 1 – 2 of 2) sorted by relevance
131 Inet6Address v6ia = (Inet6Address) ia; in getByAddress() local132 boolean isSameType = v6ia.compareLocalType(address); in getByAddress()135 address.scope_id = v6ia.scope_id; in getByAddress()
786 Inet6Address v6ia; in test_getScopeID() local791 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()