Symbol: SECTICKS
usr.sbin/ppp/auth.c
382
authp->authtimer.load = authp->cfg.fsm.timeout * SECTICKS;
usr.sbin/ppp/bundle.c
1183
bundle->idle.timer.load = secs * SECTICKS;
usr.sbin/ppp/bundle.c
1240
bundle->session.timer.load = secs * SECTICKS;
usr.sbin/ppp/bundle.c
485
bundle->choked.timer.load = bundle->cfg.choked.timeout * SECTICKS;
usr.sbin/ppp/cbcp.c
137
cbcp->fsm.timer.load = timeout * SECTICKS;
usr.sbin/ppp/ccp.c
329
fp->FsmTimer.load = ccp->cfg.fsm.timeout * SECTICKS;
usr.sbin/ppp/chat.c
119
c->timeout.load = SECTICKS * c->TimeoutSec;
usr.sbin/ppp/chat.c
636
chat_Pause(c, 2 * SECTICKS);
usr.sbin/ppp/chat.c
639
chat_Pause(c, SECTICKS / 4);
usr.sbin/ppp/command.c
1397
l->lcp.fsm.StoppedTimer.load = atoi(arg->argv[arg->argn]) * SECTICKS;
usr.sbin/ppp/command.c
1399
l->ccp.fsm.StoppedTimer.load = atoi(arg->argv[arg->argn+1]) * SECTICKS;
usr.sbin/ppp/command.c
916
arg->cx->physical->link.lcp.fsm.StoppedTimer.load / SECTICKS);
usr.sbin/ppp/command.c
923
arg->cx->physical->link.ccp.fsm.StoppedTimer.load / SECTICKS);
usr.sbin/ppp/datalink.c
102
dl->dial.timer.load = result ? result * SECTICKS : 1;
usr.sbin/ppp/fsm.c
272
fp->OpenTimer.load = fp->open_mode * SECTICKS;
usr.sbin/ppp/hdlc.c
421
hdlc->ReportTimer.load = 60 * SECTICKS;
usr.sbin/ppp/ipcp.c
731
fp->FsmTimer.load = ipcp->cfg.fsm.timeout * SECTICKS;
usr.sbin/ppp/ipv6cp.c
564
fp->FsmTimer.load = ipv6cp->cfg.fsm.timeout * SECTICKS;
usr.sbin/ppp/lcp.c
361
fp->FsmTimer.load = lcp->cfg.fsm.timeout * SECTICKS;
usr.sbin/ppp/lqr.c
245
p->hdlc.lqm.timer.rest * 100 / SECTICKS >
usr.sbin/ppp/lqr.c
285
physical->hdlc.lqm.timer.load = lcp->want_lqrperiod * SECTICKS / 100;
usr.sbin/ppp/prompt.c
559
bgtimer.load = SECTICKS;
usr.sbin/ppp/radius.c
1015
r->cx.timer.load = tv.tv_usec / TICKUNIT + tv.tv_sec * SECTICKS;
usr.sbin/ppp/radius.c
541
r->cx.timer.load = tv.tv_usec / TICKUNIT + tv.tv_sec * SECTICKS;
usr.sbin/ppp/radius.c
872
r->cx.timer.load = tv.tv_usec / TICKUNIT + tv.tv_sec * SECTICKS;
usr.sbin/ppp/throughput.c
220
t->Timer.load = SECTICKS;
usr.sbin/ppp/timer.c
247
#define SECS(val) ((val) / SECTICKS)
usr.sbin/ppp/timer.c
248
#define HSECS(val) (((val) % SECTICKS) * 100 / SECTICKS)
usr.sbin/ppp/timer.c
279
itimer.it_value.tv_sec = TimerList->rest / SECTICKS;
usr.sbin/ppp/timer.c
280
itimer.it_value.tv_usec = (TimerList->rest % SECTICKS) * TICKUNIT;
usr.sbin/ppp/timer.c
50
((t).it_value.tv_sec * SECTICKS + (t).it_value.tv_usec / TICKUNIT + \
usr.sbin/ppp/tty.c
132
dev->Timer.load = SECTICKS; /* Once a second please */
usr.sbin/ppp/tty.c
194
dev->Timer.load = SECTICKS;