Searched refs:tp_cuntimeout (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/netiso/
H A Dtp_timer.h78 #define tp_cuntimeout(tpcb, which) ((tpcb)->tp_timer[which] = 0) macro
80 #define tp_euntimeout tp_cuntimeout
H A Dtp_driver.c203 tp_cuntimeout(p, TM_retrans);
204 tp_cuntimeout(p, TM_inact);
205 tp_cuntimeout(p, TM_sendack);
208 tp_cuntimeout(p, TM_retrans);
224 tp_cuntimeout(p, TM_retrans);
229 tp_cuntimeout(p, TM_retrans);
234 tp_cuntimeout(p, TM_retrans);
238 tp_cuntimeout(p, TM_retrans);
256 tp_cuntimeout(p, TM_inact);
257 tp_cuntimeout(
[all...]
H A Dtp_var.h162 void tp_cuntimeout (struct tp_pcb *, int);
H A Dtp_timer.c367 tp_cuntimeout(struct tp_pcb *tpcb, int which) function
371 printf("tp_cuntimeout(%p, %d) active %d\n",
378 tptrace(TPPTmisc, "tp_cuntimeout ref which, active", refp - tp_ref,

Completed in 105 milliseconds