On the 10.x machine, you would need to create the pool and limit it to ZFS v28 features, to make it compatible with the original pool that create the snapshot. Something like: # zpool create -o version=28 mypoolname /dev/ada1
(use the correct disk name!)
Then you could receive the snapshot into that pool.