Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/tests/privileged/src/android/net/ip/
H A DRouterAdvertisementDaemonTest.java173 final int payLoadLength = pkt.length - ETHER_HEADER_LEN - IPV6_HEADER_LEN; in isPacketMatched() local
174 assertEquals(payLoadLength, ipv6Hdr.payloadLength); in isPacketMatched()