Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
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) {
306 uint8_t this_random; local
312 this_random = stcb->asoc.hb_random_values[0];
316 this_random = stcb->asoc.hb_random_values[stcb->asoc.hb_random_idx];
320 if (this_random % 2) {