HomeSort by relevance Sort by last modified time
    Searched refs:SECTICKS (Results 1 - 20 of 20) sorted by null

  /external/libppp/src/
timer.h 32 #define SECTICKS (1000000/TICKUNIT) /* Units per second */
timer.c 47 ((t).it_value.tv_sec * SECTICKS + (t).it_value.tv_usec / TICKUNIT + \
253 #define SECS(val) ((val) / SECTICKS)
254 #define HSECS(val) (((val) % SECTICKS) * 100 / SECTICKS)
285 itimer.it_value.tv_sec = TimerList->rest / SECTICKS;
286 itimer.it_value.tv_usec = (TimerList->rest % SECTICKS) * TICKUNIT;
i4b.c 107 dev->Timer.load = SECTICKS; /* Once a second please */
162 dev->Timer.load = SECTICKS;
radius.c 664 r->cx.timer.load = tv.tv_usec / TICKUNIT + tv.tv_sec * SECTICKS;
1062 r->cx.timer.load = tv.tv_usec / TICKUNIT + tv.tv_sec * SECTICKS;
    [all...]
throughput.c 218 t->Timer.load = SECTICKS;
chat.c 118 c->timeout.load = SECTICKS * c->TimeoutSec;
636 chat_Pause(c, 2 * SECTICKS);
639 chat_Pause(c, SECTICKS / 4);
auth.c 421 authp->authtimer.load = authp->cfg.fsm.timeout * SECTICKS;
prompt.c 561 bgtimer.load = SECTICKS;
tty.c 124 dev->Timer.load = SECTICKS; /* Once a second please */
186 dev->Timer.load = SECTICKS;
hdlc.c 425 hdlc->ReportTimer.load = 60 * SECTICKS;
lqr.c 299 physical->hdlc.lqm.timer.load = period * SECTICKS / 100;
command.c 941 arg->cx->physical->link.lcp.fsm.StoppedTimer.load / SECTICKS);
948 arg->cx->physical->link.ccp.fsm.StoppedTimer.load / SECTICKS);
    [all...]
bundle.c 485 bundle->choked.timer.load = bundle->cfg.choked.timeout * SECTICKS;
    [all...]
cbcp.c 137 cbcp->fsm.timer.load = timeout * SECTICKS;
ccp.c 329 fp->FsmTimer.load = ccp->cfg.fsm.timeout * SECTICKS;
ipv6cp.c 601 fp->FsmTimer.load = ipv6cp->cfg.fsm.timeout * SECTICKS;
fsm.c 272 fp->OpenTimer.load = fp->open_mode * SECTICKS;
datalink.c 103 dl->dial.timer.load = result ? result * SECTICKS : 1;
    [all...]
ipcp.c 737 fp->FsmTimer.load = ipcp->cfg.fsm.timeout * SECTICKS;
    [all...]
lcp.c 364 fp->FsmTimer.load = lcp->cfg.fsm.timeout * SECTICKS;
    [all...]

Completed in 114 milliseconds