Searched refs:mcastv6packet (Results 1 – 1 of 1) sorted by relevance
1276 ByteBuffer mcastv6packet = makeIpv6Packet(IPPROTO_UDP); in testApfFilterMulticast() local1277 put(mcastv6packet, IPV6_DEST_ADDR_OFFSET, multicastIpv6Addr); in testApfFilterMulticast()1298 assertPass(program, mcastv6packet.array()); in testApfFilterMulticast()1308 assertDrop(program, mcastv6packet.array()); in testApfFilterMulticast()1318 assertPass(program, mcastv6packet.array()); in testApfFilterMulticast()1332 assertDrop(program, mcastv6packet.array()); in testApfFilterMulticast()1337 mcastv6packet.put(IPV6_NEXT_HEADER_OFFSET, (byte)IPPROTO_ICMPV6); in testApfFilterMulticast()1338 assertPass(program, mcastv6packet.array()); in testApfFilterMulticast()