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

/freebsd-12-stable/sys/netinet/
H A Dsctp_timer.c263 uint8_t this_random; local
268 this_random = stcb->asoc.hb_random_values[0];
272 this_random = stcb->asoc.hb_random_values[stcb->asoc.hb_random_idx];
276 if (this_random % 2 == 1) {
307 uint8_t this_random; local
313 this_random = stcb->asoc.hb_random_values[0];
317 this_random = stcb->asoc.hb_random_values[stcb->asoc.hb_random_idx];
321 if (this_random % 2) {

Completed in 51 milliseconds