Searched refs:ndBytes (Results 1 – 1 of 1) sorted by relevance
337 final int ndBytes = ndLength * ICMPV6_ND_OPTION_LENGTH_SCALING_FACTOR - 2; in parseICMPv6NeighborDiscoveryOptions() local338 if (ndBytes < 0 || ndBytes > mPacket.remaining()) { in parseICMPv6NeighborDiscoveryOptions()363 mPacket.position(position + ndBytes); in parseICMPv6NeighborDiscoveryOptions()