Lines Matching refs:DIGOPTS
15 DIGOPTS="@10.53.0.1 -p 5300 +nocookie"
43 out=`$DIG $DIGOPTS -t $type -q $host | egrep "^$host"`
66 $DIG $DIGOPTS testdc1.example.nil AAAA > dig.out.$n
79 out=`$DIG $DIGOPTS +short a testdc3.example.nil`
85 out=`$DIG $DIGOPTS +short -t txt -q source-addr.example.nil | grep -v '^;'`
107 $DIG $DIGOPTS +noall +answer axfr example.nil > dig.out.ns1.test$n
110 $DIG $DIGOPTS +noall +answer axfr alternate.nil > dig.out.ns1.test$n
117 $DIG $DIGOPTS +noall +answer ns other.nil > dig.out.ns1.test$n
123 $DIG $DIGOPTS +noall +answer ns zone.nil > dig.out.ns1.test$n
129 $DIG $DIGOPTS +noall +answer ns zone.nil > dig.out.ns1.test$n
135 $DIG $DIGOPTS +noall a test.example.com > /dev/null 2>&1 || ret=1
145 $DIG $DIGOPTS -b 10.53.0.1 +noall a test.example.net > /dev/null 2>&1 || ret=1
151 $DIG $DIGOPTS -b 10.53.0.2 +noall a test.example.net > /dev/null 2>&1 || ret=1
161 $DIG $DIGOPTS txt too-long.example.nil > dig.out.ns1.test$n 2>&1 || ret=1
167 $DIG $DIGOPTS txt bigcname.domain > dig.out.ns1.test$n 2>&1 || ret=1
173 $DIG $DIGOPTS @10.53.0.1 unexists a > dig.out.ns1.test$n || ret=1
181 $DIG $DIGOPTS @10.53.0.1 exists aaaa > dig.out.ns1.test$n || ret=1
188 $DIG $DIGOPTS @10.53.0.1 long.name.is.not.there a > dig.out.ns1.test$n || ret=1