netstat -atpun | grep ":80 " | grep ":ffff:" | awk '{print $4" "$5}' | sed -s 's/::ffff:/ /g' | awk -F":" '{print $1" "$2}' | wc -l