Lines Matching refs:Inet6Address
49 Inet6Address addr = (Inet6Address) InetAddress.getByName (a);
56 Inet6Address addr = (Inet6Address) InetAddress.getByName (a);
90 if (addr instanceof Inet6Address) {
91 Inet6Address ia6 = (Inet6Address) addr;
108 /* check the scoped name on the Inet6Address is the same as
111 static void ctest1 (String ifname, Inet6Address ia6) throws Exception {
120 * compare the numeric scope id with that of the Inet6Address passed in
122 static void ctest2 (String ifname, Inet6Address ia6) throws Exception {
130 Inet6Address add = (Inet6Address) InetAddress.getByName (s1+"%"+ifname);