Searched refs:LQM_LQR (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.sbin/ppp/
H A Dlqr.h60 #define LQM_LQR 1 macro
H A Dlqr.c170 if (p->hdlc.lqm.method & LQM_LQR) {
218 else if (!IsAccepted(l->lcp.cfg.lqr) && !(p->hdlc.lqm.method & LQM_LQR)) {
254 if (p->hdlc.lqm.timer.load == 0 || !(p->hdlc.lqm.method & LQM_LQR) ||
281 physical->hdlc.lqm.method |= LQM_LQR;
338 if (method == LQM_LQR)
H A Dfsm.c894 lqr_Stop(p, LQM_LQR);

Completed in 70 milliseconds