Home
last modified time | relevance | path

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

/original-bsd/sys/netns/
H A Dspp_timer.h16 #define SPPT_REXMT 0 /* retransmit */ macro
H A Dspp_usrreq.c181 cb->s_timer[SPPT_REXMT] = 0;
208 cb->s_timer[SPPT_REXMT] = 0;
301 cb->s_force = 1 + SPPT_REXMT;
303 cb->s_timer[SPPT_REXMT] = cb->s_rxtcur;
363 cb->s_timer[SPPT_REXMT] = 0;
366 cb->s_timer[SPPT_REXMT] = cb->s_rxtcur;
853 cb->s_timer[SPPT_REXMT] = 0;
1020 if (cb->s_timer[SPPT_REXMT] == 0 &&
1034 if (cb->s_timer[SPPT_REXMT] == 0)
1701 case SPPT_REXMT:
[all …]