Searched refs:ICMPV6_RA_HEADER_LEN (Results 1 – 3 of 3) sorted by relevance
26 import static com.android.net.module.util.NetworkStackConstants.ICMPV6_RA_HEADER_LEN;555 if (mRaLength < ICMPV6_RA_HEADER_LEN) { in maybeSendRA()637 if (mRaLength < ICMPV6_RA_HEADER_LEN) { in getNextMulticastTransmitDelaySec()
179 public static final int ICMPV6_RA_HEADER_LEN = 16; field in NetworkStackConstants
25 import static com.android.net.module.util.NetworkStackConstants.ICMPV6_RA_HEADER_LEN;157 if (pkt.length < (ETHER_HEADER_LEN + IPV6_HEADER_LEN + ICMPV6_RA_HEADER_LEN)) { in isPacketMatched()