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

  /external/libppp/src/
lqr.c 82 echo.sequence = htonl(hdlc->lqm.echo.seq_sent);
83 fsm_Output(&lcp->fsm, CODE_ECHOREQ, hdlc->lqm.echo.seq_sent++,
112 /* careful not to update lqm.echo.seq_recv with older values */
113 if ((hdlc->lqm.echo.seq_recv > (u_int32_t)0 - 5 && lqr.sequence < 5) ||
114 (hdlc->lqm.echo.seq_recv <= (u_int32_t)0 - 5 &&
115 lqr.sequence > hdlc->lqm.echo.seq_recv))
116 hdlc->lqm.echo.seq_recv = lqr.sequence;
167 timer_Stop(&p->hdlc.lqm.timer);
169 if (p->hdlc.lqm.method & LQM_LQR) {
170 if (p->hdlc.lqm.lqr.resent > 5)
    [all...]
sync.c 75 p->hdlc.lqm.ifInOctets += len + 1; /* plus 1 flag octet! */
76 p->hdlc.lqm.lqr.InGoodOctets += len + 1; /* plus 1 flag octet! */
77 p->hdlc.lqm.ifInUniPackets++;
acf.c 89 p->hdlc.lqm.ifInErrors++;
96 p->hdlc.lqm.ifInErrors++;
hdlc.h 100 } lqm; member in struct:hdlc
hdlc.c 102 hdlc->lqm.owner = lcp;
322 p->hdlc.lqm.ifInOctets += len + 1; /* plus 1 flag octet! */
325 p->hdlc.lqm.ifInErrors++;
332 p->hdlc.lqm.lqr.InGoodOctets += len + 1; /* plus 1 flag octet! */
333 p->hdlc.lqm.ifInUniPackets++;
410 hdlc->lqm.owner->fsm.link->name,
link.c 392 p->hdlc.lqm.ifInDiscards++;
physical.c 637 p->hdlc.lqm.owner = &p->link.lcp;
639 p->hdlc.lqm.timer.state = TIMER_STOPPED;
661 if (p->hdlc.lqm.method && p->hdlc.lqm.timer.load)
command.c     [all...]

Completed in 467 milliseconds