Searched refs:bcastv4packet2 (Results 1 – 1 of 1) sorted by relevance
856 ByteBuffer bcastv4packet2 = ByteBuffer.wrap(new byte[100]); in testApfFilterMulticast() local857 bcastv4packet2.put(ETH_BROADCAST_MAC_ADDRESS); in testApfFilterMulticast()858 bcastv4packet2.putShort(ETH_ETHERTYPE_OFFSET, (short)ETH_P_IP); in testApfFilterMulticast()859 put(bcastv4packet2, IPV4_DEST_ADDR_OFFSET, IPV4_BROADCAST_ADDRESS); in testApfFilterMulticast()871 assertPass(program, bcastv4packet2.array()); in testApfFilterMulticast()881 assertDrop(program, bcastv4packet2.array()); in testApfFilterMulticast()891 assertPass(program, bcastv4packet2.array()); in testApfFilterMulticast()