Home | History | Annotate | Download | only in ssl

Lines Matching refs:dout

638 		dout=""
640 dout=`dig -t any "$host" 2>/dev/null`
642 if echo "$dout" | grep -i "^$host" | grep '[ ]AAAA[ ]' > /dev/null; then
643 if echo "$dout" | grep -i "^$host" | grep '[ ]A[ ]' > /dev/null; then
646 echo "ipv6: "`echo "$dout" | grep -i '[ ]AAAA[ ]' | head -n 1`