Lines Matching defs:sloppyclockflag
126 u_char sloppyclockflag; /* fudge flags */
276 up->sloppyclockflag = up->peer->procptr->sloppyclockflag;
277 up->moving = !!(up->sloppyclockflag & CLK_FLAG2);
509 u_char sloppyclockflag;
511 up->assert = !(pp->sloppyclockflag & CLK_FLAG3);
514 sloppyclockflag = up->sloppyclockflag;
515 up->sloppyclockflag = pp->sloppyclockflag;
516 if ((up->sloppyclockflag & CLK_FLAG2) !=
517 (sloppyclockflag & CLK_FLAG2)) {