Searched refs:ia6 (Results 1 - 7 of 7) sorted by relevance
/openjdk7/jdk/test/java/net/ipv6tests/ |
H A D | ScopeTests.java | 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 { 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 D | B6521014.java | 67 Inet6Address ia6 = (Inet6Address) a; 68 if (ia6.isLinkLocalAddress()) { 70 return (Inet6Address)InetAddress.getByAddress(ia6.getAddress());
|
H A D | UdpTest.java | 147 final InetAddress ia6 = ia6addr; 153 DatagramPacket p = new DatagramPacket ("Hello 123".getBytes(), 0, 8, ia6, port);
|
/openjdk7/jdk/test/java/net/Inet6Address/ |
H A D | B6206527.java | 64 Inet6Address ia6 = (Inet6Address) a; 65 if (ia6.isLinkLocalAddress()) { 66 return ia6;
|
H A D | B4923906.java | 44 Inet6Address ia6 = (Inet6Address) a; 45 Object o = ia6.getScopedInterface();
|
H A D | B6214234.java | 67 Inet6Address ia6 = (Inet6Address) a; 68 if (ia6.isLinkLocalAddress()) { 69 return ia6;
|
/openjdk7/jdk/test/java/net/InetAddress/ |
H A D | CheckJNI.java | 65 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