Home
last modified time | relevance | path

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

/original-bsd/sys/netccitt/
H A Dhd_timer.c38 int hd_n2 = N2; variable
76 if (++hdp->hd_retxcnt == hd_n2) { in hd_timer()
84 if (++hdp->hd_retxcnt == hd_n2) { in hd_timer()
95 if (++hdp->hd_retxcnt == hd_n2) { in hd_timer()
H A Dhd_var.h80 int hd_n2; /* frame retransmission limit */ variable
H A Dhd_output.c202 if (hdp->hd_retxcnt++ < hd_n2) {