HomeSort by: relevance | last modified time | path
    Searched defs:sloppyclockflag (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/ntp/dist/include/
ntp_refclock.h 182 u_char sloppyclockflag; /* fudge flags */ member in struct:refclockproc
  /src/external/bsd/ntp/dist/ntpd/
refclock_jupiter.c 128 u_char sloppyclockflag; /* fudge flags */ member in struct:instance
278 up->sloppyclockflag = up->peer->procptr->sloppyclockflag;
279 up->moving = !!(up->sloppyclockflag & CLK_FLAG2);
511 u_char sloppyclockflag; local
513 up->assert = !(pp->sloppyclockflag & CLK_FLAG3);
516 sloppyclockflag = up->sloppyclockflag;
517 up->sloppyclockflag = pp->sloppyclockflag;
    [all...]
refclock_mx4200.c 142 u_long sloppyclockflag; /* fudge flags */ member in struct:mx4200unit
300 up->sloppyclockflag = pp->sloppyclockflag;
301 if (pp->sloppyclockflag & CLK_FLAG2) {
424 if (pp->sloppyclockflag & CLK_FLAG2)
684 if ((pp->sloppyclockflag & CLK_FLAG2) !=
685 (up->sloppyclockflag & CLK_FLAG2)) {
686 up->sloppyclockflag = pp->sloppyclockflag;
692 up->sloppyclockflag = pp->sloppyclockflag
    [all...]
refclock_msfees.c 53 sloppyclockflag = flags & CLK_FLAG1;
319 static u_char sloppyclockflag[MAXUNITS]; variable
424 sloppyclockflag[i] = 0;
1262 if (sloppyclockflag[ees->unit]) {
1309 if (sloppyclockflag[ees->unit]) {
1334 (sloppyclockflag[ees->unit]) ? " by averaging" : "",

Completed in 29 milliseconds