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/mpl/bind/dist/bin/tests/system/digdelv/
tests_others.py 13 Tests for the look-up tools other than dig, delv and mdig: nslookup,
29 """Check that nslookup rejects a response with the UPDATE opcode."""
30 nslookup = isctest.run.EnvCmd("NSLOOKUP")
31 result = nslookup(
  /src/external/bsd/ntp/dist/scripts/deprecated/
ntp-status 9 NSLOOKUP=/usr/sbin/nslookup
27 HOSTNAME=`$NSLOOKUP $HOST | $EGREP "Name:" | $AWK '{print $2}'`

Completed in 32 milliseconds