inverse of `lsof -i`

Solution 1:

how about:

lsof | awk '$5 !~ /IPv[46]/{print}'