Searched refs:bytesToBEInt (Results 1 – 2 of 2) sorted by relevance
1623 gen.addCountAndDropIfR0NotEquals(bytesToBEInt(mIPv4Address), in generateArpFilterLocked()1635 gen.addCountAndDropIfR0NotEquals(bytesToBEInt(mIPv4Address), in generateArpFilterLocked()2856 return bytesToBEInt(addrBytes) | (int) (Integer.toUnsignedLong(-1) >>> prefixLength); in ipv4BroadcastAddress()2875 private static int bytesToBEInt(byte[] bytes) { in bytesToBEInt() method in ApfFilter
2362 return bytesToBEInt(addrBytes) | (int) (Integer.toUnsignedLong(-1) >>> prefixLength); in ipv4BroadcastAddress()2381 private static int bytesToBEInt(byte[] bytes) { in bytesToBEInt() method in LegacyApfFilter