HomeSort by: relevance | last modified time | path
    Searched refs:nslookup (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mpl/dhcp/dist/contrib/
sethostname.sh 11 (echo "set type=ptr"; echo "$ptrname") |nslookup >/tmp/nslookup.$$
13 < /tmp/nslookup.$$` _
19 </tmp/nslookup.$$`
24 rm /tmp/nslookup.$$
  /src/external/mpl/bind/dist/bin/tests/system/nslookup/
tests.sh 28 $NSLOOKUP -port=${PORT} -domain=$d -type=soa example 10.53.0.1 2>nslookup.err${n} >nslookup.out${n} || ret=1
29 lines=$(wc -l <nslookup.err${n})
31 grep "origin = ns1.example" nslookup.out${n} >/dev/null || ret=1
38 $NSLOOKUP -port=${PORT} a-only.example.net 10.53.0.1 2>nslookup.err${n} >nslookup.out${n} || ret=1
39 lines=$(wc -l <nslookup.err${n})
41 lines=$(grep -c "Server:" nslookup.out${n}
    [all...]
  /src/external/mpl/bind/bin/nslookup/
Makefile 5 PROG= nslookup
6 SRCS= nslookup.c dighost.c
7 MAN= nslookup.8
17 nslookup.o: ${VERSIONFILE}
  /src/external/mpl/bind/bin/
Makefile 3 SUBDIR= dig host named nslookup nsupdate rndc dnssec check tools \
  /src/external/bsd/ntp/dist/scripts/deprecated/
ntp-status 9 NSLOOKUP=/usr/sbin/nslookup
27 HOSTNAME=`$NSLOOKUP $HOST | $EGREP "Name:" | $AWK '{print $2}'`
  /src/external/mpl/bind/dist/bin/tests/system/digdelv/
tests.sh 77 echo_i "check nslookup handles UPDATE response ($n)"
79 "$NSLOOKUP" -q=CNAME -timeout=1 "-port=$PORT" foo.bar 10.53.0.6 >nslookup.out.test$n 2>&1 && ret=1
80 grep "Opcode mismatch" nslookup.out.test$n >/dev/null || ret=1

Completed in 20 milliseconds