Searched refs:INADDR4SZ (Results 1 – 2 of 2) sorted by relevance
29 private final static int INADDR4SZ = 4; field in IPAddressUtil43 byte[] res = new byte[INADDR4SZ]; in textToNumericFormatV4()193 if (ch == '.' && ((j + INADDR4SZ) <= INADDR16SZ)) { in textToNumericFormatV6()208 for (int k = 0; k < INADDR4SZ; k++) { in textToNumericFormatV6()269 byte[] newAddr = new byte[INADDR4SZ]; in convertFromIPv4MappedAddress()270 System.arraycopy(addr, 12, newAddr, 0, INADDR4SZ); in convertFromIPv4MappedAddress()
63 private static final int INADDR4SZ = 4; // 0x4 field in IPAddressUtil