Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/android/net/ip/
DRouterAdvertisementDaemon.java26 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()
/packages/modules/Connectivity/staticlibs/framework/com/android/net/module/util/
DNetworkStackConstants.java179 public static final int ICMPV6_RA_HEADER_LEN = 16; field in NetworkStackConstants
/packages/modules/Connectivity/Tethering/tests/privileged/src/android/net/ip/
DRouterAdvertisementDaemonTest.java25 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()