Searched refs:ICMPV6_ND_OPTION_LENGTH_SCALING_FACTOR (Results 1 – 3 of 3) sorted by relevance
123 public static final int ICMPV6_ND_OPTION_LENGTH_SCALING_FACTOR = 8; field in NetworkStackConstants
36 import static com.android.server.util.NetworkStackConstants.ICMPV6_ND_OPTION_LENGTH_SCALING_FACTOR;337 final int ndBytes = ndLength * ICMPV6_ND_OPTION_LENGTH_SCALING_FACTOR - 2; in parseICMPv6NeighborDiscoveryOptions()
43 import static com.android.server.util.NetworkStackConstants.ICMPV6_ND_OPTION_LENGTH_SCALING_FACTOR;1281 ByteBuffer option = ByteBuffer.allocate(optLen * ICMPV6_ND_OPTION_LENGTH_SCALING_FACTOR);1296 ByteBuffer option = ByteBuffer.allocate(optLen * ICMPV6_ND_OPTION_LENGTH_SCALING_FACTOR);