Searched refs:ia6 (Results 1 - 7 of 7) 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...]
H A DB6521014.java67 Inet6Address ia6 = (Inet6Address) a;
68 if (ia6.isLinkLocalAddress()) {
70 return (Inet6Address)InetAddress.getByAddress(ia6.getAddress());
H A DUdpTest.java147 final InetAddress ia6 = ia6addr;
153 DatagramPacket p = new DatagramPacket ("Hello 123".getBytes(), 0, 8, ia6, port);
/openjdk7/jdk/test/java/net/Inet6Address/
H A DB6206527.java64 Inet6Address ia6 = (Inet6Address) a;
65 if (ia6.isLinkLocalAddress()) {
66 return ia6;
H A DB4923906.java44 Inet6Address ia6 = (Inet6Address) a;
45 Object o = ia6.getScopedInterface();
H A DB6214234.java67 Inet6Address ia6 = (Inet6Address) a;
68 if (ia6.isLinkLocalAddress()) {
69 return ia6;
/openjdk7/jdk/test/java/net/InetAddress/
H A DCheckJNI.java65 Inet6Address ia6 = (Inet6Address) addr;
66 if (ia6.isLinkLocalAddress()) {
68 s = new Socket (ia6, server.getLocalPort());
72 dg1 = new DatagramSocket (0, ia6);
73 dg2 = new DatagramSocket (0, ia6);

Completed in 24 milliseconds