Home
last modified time | relevance | path

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

/original-bsd/sys/netccitt/
H A Dhd_var.h32 char hd_lasttxnr; /* last transmitted N(R) */ member
H A Dhd_subr.c143 hdp->hd_lasttxnr = hdp->hd_lastrxnr = 0;
288 hdp->hd_lasttxnr = hdp->hd_vr;
363 hdp->hd_lastrxnr, hdp->hd_lasttxnr, hdp->hd_condition, hdp->hd_xx);
H A Dhd_timer.c54 if (hdp->hd_lasttxnr != hdp->hd_vr) in hd_timer()
H A Dhd_output.c143 hdp->hd_lasttxnr = hdp->hd_vr;
H A Dhd_input.c344 if (ns != (hdp -> hd_lasttxnr + hdp -> hd_xcp -> xc_lwsize) % MODULUS) {