Lines Matching refs:gout
609 gout=""611 gout=`getent hosts "$host" 2>/dev/null`613 if echo "$gout" | grep ':.*:' > /dev/null; then614 if echo "$gout" | grep '^[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*$' > /dev/null; then617 echo "ipv6: "`echo "$gout" | grep ':.*:' | head -n 1`