Searched refs:getUint8 (Results 1 – 1 of 1) sorted by relevance
385 int length = getUint8(mPacket, offset + 2); in prefixOptionToString()392 int optLen = getUint8(mPacket, offset + 1) * 8; in rdnssOptionToString()460 getUint8(mPacket, IPV6_NEXT_HEADER_OFFSET) != IPPROTO_ICMPV6 || in Ra()461 getUint8(mPacket, ICMP6_TYPE_OFFSET) != ICMP6_ROUTER_ADVERTISEMENT) { in Ra()483 final int optionType = getUint8(mPacket, position); in Ra()484 final int optionLength = getUint8(mPacket, position + 1) * 8; in Ra()1200 private static int getUint8(ByteBuffer buffer, int position) { in getUint8() method in ApfFilter