Home
last modified time | relevance | path

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

/frameworks/base/services/net/java/android/net/apf/
DApfFilter.java386 long valid = getUint32(mPacket, offset + 4); in prefixOptionToString()
387 long preferred = getUint32(mPacket, offset + 8); in prefixOptionToString()
394 long lifetime = getUint32(mPacket, offset + 4); in rdnssOptionToString()
492 lifetime = getUint32(mPacket, in Ra()
499 lifetime = getUint32(mPacket, in Ra()
509 lifetime = getUint32(mPacket, position + ICMP6_4_BYTE_LIFETIME_OFFSET); in Ra()
514 lifetime = getUint32(mPacket, position + ICMP6_4_BYTE_LIFETIME_OFFSET); in Ra()
519 lifetime = getUint32(mPacket, position + ICMP6_4_BYTE_LIFETIME_OFFSET); in Ra()
572 optionLifetime = getUint32(byteBuffer, offset); in minLifetime()
1208 private static long getUint32(ByteBuffer buffer, int position) { in getUint32() method in ApfFilter