Home
last modified time | relevance | path

Searched refs:bytesToBEInt (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NetworkStack/src/android/net/apf/
DApfFilter.java1623 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
DLegacyApfFilter.java2362 return bytesToBEInt(addrBytes) | (int) (Integer.toUnsignedLong(-1) >>> prefixLength); in ipv4BroadcastAddress()
2381 private static int bytesToBEInt(byte[] bytes) { in bytesToBEInt() method in LegacyApfFilter