Without doing multiple rules like the below, is there a way to have a single rule that will pass/drop/etc if and only if a packet's source is EQUAL to it's destination
Code:
pass quick inet from 192.168.1.2 to 192.168.1.2 keep state
pass quick inet from 192.168.1.3 to 192.168.1.3 keep state
pass quick inet from 192.168.1.4 to 192.168.1.4 keep state