Searched defs:ia6 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/net/ipv6tests/
H A DScopeTests.java91 Inet6Address ia6 = (Inet6Address) addr;
92 if (ia6.getScopeId() != 0) {
94 " and address: " + ia6);
95 ctest1 (name, ia6);
96 ctest2 (name, ia6);
99 " Address: "+ ia6 +
111 static void ctest1 (String ifname, Inet6Address ia6) throws Exception { argument
112 System.out.println ("ctest1:" + ia6);
113 String s = ia6.getScopedInterface().getName();
114 int scope = ia6
122 ctest2(String ifname, Inet6Address ia6) argument
[all...]

Completed in 56 milliseconds