Home
last modified time | relevance | path

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

/original-bsd/sys/netns/
H A Dspp_timer.h17 #define SPPT_PERSIST 1 /* retransmit persistance */ macro
H A Dspp_usrreq.c365 } else if (cb->s_timer[SPPT_PERSIST] == 0)
833 if (cb->s_force == 1 + SPPT_PERSIST) {
835 cb->s_timer[SPPT_PERSIST] = 0;
912 cb->s_timer[SPPT_PERSIST] == 0) {
999 if (cb->s_force != (1 + SPPT_PERSIST) ||
1000 cb->s_timer[SPPT_PERSIST] == 0) {
1023 if (cb->s_timer[SPPT_PERSIST]) {
1024 cb->s_timer[SPPT_PERSIST] = 0;
1099 SPPT_RANGESET(cb->s_timer[SPPT_PERSIST],
1745 case SPPT_PERSIST: