Home
last modified time | relevance | path

Searched refs:lastlqr (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dlqr.c231 struct lqrdata lastlqr; in lqr_Input() local
233 memcpy(&lastlqr, &p->hdlc.lqm.lqr.peer, sizeof lastlqr); in lqr_Input()
248 lqr_Analyse(&p->hdlc, &lastlqr, &p->hdlc.lqm.lqr.peer); in lqr_Input()
255 (lastlqr.PeerInLQRs && in lqr_Input()
256 lastlqr.PeerInLQRs == p->hdlc.lqm.lqr.peer.PeerInLQRs)) in lqr_Input()