Lines Matching refs:ia6
91 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 {
112 System.out.println ("ctest1:" + ia6);
113 String s = ia6.getScopedInterface().getName();
114 int scope = ia6.getScopeId();
122 static void ctest2 (String ifname, Inet6Address ia6) throws Exception {
123 System.out.println ("ctest2:" + ia6);
124 String s = ia6.getScopedInterface().getName();
125 int scope = ia6.getScopeId();
126 String s1 = ia6.getHostAddress();