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

/freebsd-9.3-release/sys/netinet/
H A Dsctp_timer.c257 uint32_t rndval; local
261 rndval = sctp_select_initial_TSN(&stcb->sctp_ep->sctp_ep);
262 memcpy(stcb->asoc.hb_random_values, &rndval, sizeof(stcb->asoc.hb_random_values));
304 uint32_t rndval; local
308 rndval = sctp_select_initial_TSN(&stcb->sctp_ep->sctp_ep);
309 memcpy(stcb->asoc.hb_random_values, &rndval,
H A Dsctputil.c1933 uint32_t rndval; local
1945 rndval = sctp_select_initial_TSN(&inp->sctp_ep);
1946 jitter = rndval % to_ticks;

Completed in 112 milliseconds