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

  /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/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...]

Completed in 53 milliseconds