What packets would match the access control list statement that is shown below?
access-list 110 permit tcp 172.16.0.0 0.0.0.255 any eq 22
SSH traffic from the 172.16.0.0 network to any destination network
any TCP traffic from the 172.16.0.0 network to any destination network
any TCP traffic from any host to the 172.16.0.0 network
SSH traffic from any source network to the 172.16.0.0 network