/external/apache-harmony/auth/src/test/java/common/org/ietf/jgss/ |
ChannelBindingTest.java | 42 InetAddress addr1= InetAddress.getByAddress(new byte [] {127, 0, 0, 1}); 43 InetAddress addr2= InetAddress.getByAddress(new byte [] {127, 0, 0, 2}); 55 InetAddress addr= InetAddress.getByAddress(new byte [] {127, 0, 0, 1}); 57 assertEquals(InetAddress.getByAddress(new byte [] {127, 0, 0, 1}), 63 InetAddress addr1= InetAddress.getByAddress(new byte [] {127, 0, 0, 1}); 64 InetAddress addr2= InetAddress.getByAddress(new byte [] {127, 0, 0, 2}); 66 assertEquals(InetAddress.getByAddress(new byte [] {127, 0, 0, 1}), 76 InetAddress addr= InetAddress.getByAddress(new byte [] {127, 0, 0, 1}); 78 assertEquals(InetAddress.getByAddress(new byte [] {127, 0, 0, 1}), 83 InetAddress addr1= InetAddress.getByAddress(new byte [] {127, 0, 0, 1}) [all...] |
/external/smack/src/org/xbill/DNS/ |
Address.java | 250 return InetAddress.getByAddress(name, a.getAddress().getAddress()); 262 return getByAddress(name); 278 InetAddress addr = getByAddress(name); 297 getByAddress(String addr) throws UnknownHostException { 301 return InetAddress.getByAddress(addr, bytes); 304 return InetAddress.getByAddress(addr, bytes); 318 getByAddress(String addr, int family) throws UnknownHostException { 324 return InetAddress.getByAddress(addr, bytes); 396 return InetAddress.getByAddress(bytes);
|
AAAARecord.java | 41 address = InetAddress.getByAddress(name.toString(),
|
A6Record.java | 56 suffix = InetAddress.getByAddress(bytes); 70 suffix = Address.getByAddress(s, Address.IPv6);
|
ARecord.java | 78 return InetAddress.getByAddress(name.toString(),
|
IPSECKEYRecord.java | 108 gateway = InetAddress.getByAddress(in.readByteArray(4)); 111 gateway = InetAddress.getByAddress(in.readByteArray(16));
|
ClientSubnetOption.java | 146 address = InetAddress.getByAddress(fulladdr);
|
APLRecord.java | 163 InetAddress addr = InetAddress.getByAddress(data); 227 InetAddress address = InetAddress.getByAddress(bytes);
|
/libcore/luni/src/test/java/libcore/java/net/ |
InetAddressTest.java | 68 return (Inet6Address) InetAddress.getByAddress(LOOPBACK6_BYTES); 72 return (Inet6Address) InetAddress.getByAddress("localhost", LOOPBACK6_BYTES); 205 assertEquals(Inet6Address.getByAddress("1", bs, 1), Inet6Address.getByAddress("2", bs, 2)); 233 aAddr = Inet6Address.getByAddress(bAddr); 243 aAddr = Inet6Address.getByAddress(cAddr); 252 aAddr = Inet6Address.getByAddress(dAddr); 262 aAddr = Inet6Address.getByAddress(eAddr); 271 aAddr = Inet6Address.getByAddress(fAddr);
|
InetSocketAddressTest.java | 154 InetAddress address = InetAddress.getByAddress(new byte[] { 127, 0, 0, 1 });
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
Inet6AddressTest.java | [all...] |
InetAddressTest.java | 76 InetAddress address = InetAddress.getByAddress(origBytes); 268 InetAddress addr2 = InetAddress.getByAddress(new byte[]{127, 0, 0, 1}); 273 * @tests java.net.InetAddress#getByAddress(java.lang.String, byte[]) 280 InetAddress addr = InetAddress.getByAddress(addressStr, ipAddress); 281 addr = InetAddress.getByAddress(ipAddress); 291 InetAddress addr = InetAddress.getByAddress(addressStr, ipAddress2); 292 addr = InetAddress.getByAddress(ipAddress); 438 * @tests java.net.InetAddress#getByAddress(byte[]) 443 InetAddress.getByAddress(null);
|
/libcore/luni/src/main/java/java/net/ |
Inet6Address.java | 85 public static Inet6Address getByAddress(String host, byte[] addr, int scope_id) 115 public static Inet6Address getByAddress(String host, byte[] addr, 118 Inet6Address address = Inet6Address.getByAddress(host, addr, 0);
|
InetAddress.java | 743 * Equivalent to {@code getByAddress(null, ipAddress)}. Handy for addresses with 746 public static InetAddress getByAddress(byte[] ipAddress) throws UnknownHostException { 747 return getByAddress(null, ipAddress, 0); 766 public static InetAddress getByAddress(String hostName, byte[] ipAddress) throws UnknownHostException { 767 return getByAddress(hostName, ipAddress, 0); 770 private static InetAddress getByAddress(String hostName, byte[] ipAddress, int scopeId) throws UnknownHostException { [all...] |
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
WifiP2pInfo.java | 88 info.groupOwnerAddress = InetAddress.getByAddress(in.createByteArray());
|
/libcore/support/src/test/java/tests/net/ |
StuckServer.java | 64 InetAddress testNet1 = InetAddress.getByAddress(new byte[] { (byte) 192, 0, 2, 0 });
|
/cts/tests/tests/net/src/android/net/cts/ |
DnsTest.java | 209 InetAddress addr = InetAddress.getByAddress(addressList.get(addrIndex)); 216 InetAddress.getByAddress(addressList.get(addrIndex));
|
/frameworks/base/core/java/android/net/ |
NetworkUtils.java | 122 return InetAddress.getByAddress(addressBytes); 206 netPart = InetAddress.getByAddress(array);
|
LinkAddress.java | 165 address = InetAddress.getByAddress(in.createByteArray());
|
RouteInfo.java | 255 destAddr = InetAddress.getByAddress(addr); 263 gateway = InetAddress.getByAddress(addr);
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
SocketChannelTest.java | 74 sc.connect(new InetSocketAddress(InetAddress.getByAddress(new byte[] { 0, 0, 0, 0 }), 0));
|
/frameworks/base/core/java/android/net/nsd/ |
NsdServiceInfo.java | 141 info.mHost = InetAddress.getByAddress(in.createByteArray());
|
/frameworks/base/core/java/android/net/dhcp/ |
DhcpPacket.java | 527 result = InetAddress.getByAddress(ipAddr); 641 clientIp = InetAddress.getByAddress(ipv4addr); 643 yourIp = InetAddress.getByAddress(ipv4addr); 645 nextIp = InetAddress.getByAddress(ipv4addr); 647 relayIp = InetAddress.getByAddress(ipv4addr);
|
/external/guava/guava/src/com/google/common/net/ |
InetAddresses.java | 146 InetAddress ipv4 = InetAddress.getByAddress(bytes); 160 * However {@link InetAddress#getByAddress} is documented as 195 return InetAddress.getByAddress(addr); 202 * However {@link InetAddress#getByAddress} is documented as [all...] |
/external/smack/src/org/xbill/DNS/spi/ |
DNSJavaNameService.java | 170 Name name = ReverseMap.fromAddress(InetAddress.getByAddress(addr));
|