HomeSort by: relevance | last modified time | path
    Searched defs:this_random (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
sctputil.c 1170 uint8_t this_random; local in function:sctp_timer_start
1189 this_random = stcb->asoc.hb_random_values[0];
1193 this_random = stcb->asoc.hb_random_values[stcb->asoc.hb_random_idx];
1198 * this_random will be 0 - 256 ms
1218 to_ticks = this_random + stcb->asoc.initial_rto + delay;
1221 to_ticks = delay + net->RTO + this_random;
1225 to_ticks = this_random + stcb->asoc.initial_rto;
1227 to_ticks = stcb->asoc.heart_beat_delay + this_random + stcb->asoc.initial_rto;
sctp_output.c 2012 uint8_t this_random; local in function:sctp_get_ect
2037 this_random = stcb->asoc.hb_random_values[0];
2045 this_random = stcb->asoc.hb_random_values[stcb->asoc.hb_random_idx];
2047 if ((this_random >> stcb->asoc.hb_ect_randombit) & 0x01) {

Completed in 31 milliseconds