Searched refs:mcastv6packet (Results 1 – 1 of 1) sorted by relevance
1288 ByteBuffer mcastv6packet = makeIpv6Packet(IPPROTO_UDP); in testApfFilterMulticast() local1289 put(mcastv6packet, IPV6_DEST_ADDR_OFFSET, multicastIpv6Addr); in testApfFilterMulticast()1310 assertPass(program, mcastv6packet.array()); in testApfFilterMulticast()1320 assertDrop(program, mcastv6packet.array()); in testApfFilterMulticast()1330 assertPass(program, mcastv6packet.array()); in testApfFilterMulticast()1344 assertDrop(program, mcastv6packet.array()); in testApfFilterMulticast()1349 mcastv6packet.put(IPV6_NEXT_HEADER_OFFSET, (byte)IPPROTO_ICMPV6); in testApfFilterMulticast()1350 assertPass(program, mcastv6packet.array()); in testApfFilterMulticast()