Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dsync.c76 p->hdlc.lqm.lqr.InGoodOctets += len + 1; /* plus 1 flag octet! */ in sync_LayerPull()
H A Dhdlc.h84 u_int32_t InGoodOctets; /* Good octets received from peer */ member
H A Dhdlc.c332 p->hdlc.lqm.lqr.InGoodOctets += len + 1; /* plus 1 flag octet! */ in hdlc_LayerPull()
H A Dlqr.c246 p->hdlc.lqm.lqr.Save.InOctets = p->hdlc.lqm.lqr.InGoodOctets; in lqr_Input()