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

  /src/external/bsd/ntp/dist/scripts/deprecated/
ntp-status 5 # Here's a quick hack which can give you the stratum, delay, offset
30 $NTPDATE -d $HOST 2>/dev/null | $EGREP '^stratum|^delay|^offset|^originate' > $FILE
31 STRATUM=`$EGREP '^stratum' $FILE | $AWK '{print $2}'`
35 if [ "$STRATUM" -ne 0 ]
37 echo "$HOSTNAME: stratum:$STRATUM delay:$DELAY offset:$OFFSET $TIMESTAMP"
  /src/external/bsd/ntp/dist/ntpd/
refclock_local.c 49 * case the stratum should be set at zero, indicating a bona fide
50 * stratum-1 source. Exercise some caution with this, since there is no
67 #define STRATUM 5 /* default stratum */
123 peer->stratum = STRATUM;
124 pp->stratum = STRATUM;
138 * bits are set to 11 and the stratum is set to infinity. Otherwise, the
139 * NTP leap bits are set to the kernel leap bits and the stratum is se
    [all...]

Completed in 17 milliseconds