Searched refs:INADDRSZ (Results 1 – 5 of 5) sorted by relevance
179 final static int INADDRSZ = 16; field in Inet6Address210 ipaddress = new byte[INADDRSZ]; in Inet6AddressHolder()255 if (addr.length == INADDRSZ) { // normal IPv6 address in setAddr()256 System.arraycopy(addr, 0, ipaddress, 0, INADDRSZ); in setAddr()310 while (i<INADDRSZ) { in hashCode()313 while (j<4 && i<INADDRSZ) { in hashCode()345 for (int i = 0; i < INADDRSZ; i++) { in isAnyLocalAddress()473 if (addr.length == Inet6Address.INADDRSZ) { in getByAddress()506 if (addr.length == Inet6Address.INADDRSZ) { in getByAddress()533 if (addr.length == INADDRSZ) { // normal IPv6 address in initif()[all …]
89 final static int INADDRSZ = 4; field in Inet4Address143 if (addr.length == INADDRSZ) { in Inet4Address()343 byte[] addr = new byte[INADDRSZ]; in getAddress()
1059 if (addr.length == Inet4Address.INADDRSZ) { in getByAddress()1061 } else if (addr.length == Inet6Address.INADDRSZ) { in getByAddress()
125 static final int INADDRSZ = 4; // 0x4 field in Inet4Address
193 static final int INADDRSZ = 16; // 0x10 field in Inet6Address