Searched refs:bcastv4packet2 (Results 1 – 1 of 1) sorted by relevance
1297 ByteBuffer bcastv4packet2 = makeIpv4Packet(IPPROTO_UDP); in testApfFilterMulticast() local1298 bcastv4packet2.put(ETH_BROADCAST_MAC_ADDRESS); in testApfFilterMulticast()1299 bcastv4packet2.putShort(ETH_ETHERTYPE_OFFSET, (short)ETH_P_IP); in testApfFilterMulticast()1300 put(bcastv4packet2, IPV4_DEST_ADDR_OFFSET, IPV4_BROADCAST_ADDRESS); in testApfFilterMulticast()1312 assertPass(program, bcastv4packet2.array()); in testApfFilterMulticast()1322 assertDrop(program, bcastv4packet2.array()); in testApfFilterMulticast()1332 assertPass(program, bcastv4packet2.array()); in testApfFilterMulticast()