Searched refs:getByAddress (Results 1 - 22 of 22) sorted by relevance

/openjdk7/jdk/test/java/net/InetAddress/
H A DGetLoopbackAddress.java38 IPv4Loopback = InetAddress.getByAddress(
41 IPv6Loopback = InetAddress.getByAddress(
/openjdk7/jdk/test/java/net/Inet6Address/
H A DB6206527.java47 addr = (Inet6Address)InetAddress.getByAddress (
/openjdk7/jdk/test/java/net/Socket/
H A DTestAfterClose.java85 anyAddr = InetAddress.getByAddress("",new byte[] {0,0,0,0});
/openjdk7/jdk/test/java/net/ipv6tests/
H A DB6521014.java70 return (Inet6Address)InetAddress.getByAddress(ia6.getAddress());
H A DTcpTest.java235 InetAddress dest = InetAddress.getByAddress (b);
/openjdk7/jdk/test/sun/net/InetAddress/nameservice/chaining/
H A DProviders.java75 String res = InetAddress.getByAddress(addrs).getHostName();
H A DSimpleNameService.java62 ret[0] = InetAddress.getByAddress(host, addrs);
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DNoAddresses.java71 initiator = InetAddress.getByAddress(new byte[]{1,1,1,1});
H A DKDC.java1278 InetAddress.getByAddress(host, new byte[]{127,0,0,1})
/openjdk7/jdk/test/sun/security/krb5/canonicalize/
H A DTest.java75 InetAddress.getByAddress(host, new byte[]{127,0,0,(byte)i})
/openjdk7/jdk/test/java/net/Inet6Address/serialize/
H A DSerialize.java58 Inet6Address addr1 = Inet6Address.getByAddress ("foo", bytes, nif);
/openjdk7/jdk/test/sun/net/InetAddress/nameservice/simple/
H A DSimpleNameService.java86 res[0] = InetAddress.getByAddress(host, addr);
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DIPAddressName.java262 name = InetAddress.getByAddress(host).getHostAddress();
267 InetAddress.getByAddress(mask).getHostAddress();
273 name = InetAddress.getByAddress(host).getHostAddress();
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/
H A DHostAddress.java141 return (InetAddress.getByAddress(address));
213 InetAddress.getByAddress(address));
/openjdk7/jdk/src/share/classes/java/net/
H A DSocketPermission.java452 {InetAddress.getByAddress(ip) };
693 if (auth.equals(InetAddress.getByAddress(addr))) {
698 debug.println("socket access restriction: IP address of " + auth + " != " + InetAddress.getByAddress(addr));
726 if (auth.equals(InetAddress.getByAddress(addr)))
730 debug.println("socket access restriction: IP address of " + auth + " != " + InetAddress.getByAddress(addr));
H A DInet6Address.java251 * Create an Inet6Address in the exact manner of {@link InetAddress#getByAddress(String,byte[])}
269 public static Inet6Address getByAddress(String host, byte[] addr, NetworkInterface nif) method in class:Inet6Address
285 * Create an Inet6Address in the exact manner of {@link InetAddress#getByAddress(String,byte[])}
300 public static Inet6Address getByAddress(String host, byte[] addr, int scope_id) method in class:Inet6Address
H A DInetAddress.java182 * @see java.net.InetAddress#getByAddress(byte[])
183 * @see java.net.InetAddress#getByAddress(java.lang.String, byte[])
987 public static InetAddress getByAddress(String host, byte[] addr) method in class:InetAddress
1400 public static InetAddress getByAddress(byte[] addr) method in class:InetAddress
1402 return getByAddress(null, addr);
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpString.java99 return InetAddress.getByAddress(value);
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DSocketTransportService.java78 address = InetAddress.getByAddress("127.0.0.1", loopback);
/openjdk7/jdk/src/share/classes/sun/net/spi/nameservice/dns/
H A DDNSNameService.java374 addrs[count++] = InetAddress.getByAddress(host, addr);
/openjdk7/jdk/test/java/net/Socks/
H A DSocksServer.java203 InetAddress addr = InetAddress.getByAddress(buf);
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DNet.java289 return InetAddress.getByAddress(addr);

Completed in 215 milliseconds