Lines Matching refs:sloppyclockflag
128 u_char sloppyclockflag; /* fudge flags */
278 up->sloppyclockflag = up->peer->procptr->sloppyclockflag;
279 up->moving = !!(up->sloppyclockflag & CLK_FLAG2);
511 u_char sloppyclockflag;
513 up->assert = !(pp->sloppyclockflag & CLK_FLAG3);
516 sloppyclockflag = up->sloppyclockflag;
517 up->sloppyclockflag = pp->sloppyclockflag;
518 if ((up->sloppyclockflag & CLK_FLAG2) !=
519 (sloppyclockflag & CLK_FLAG2)) {