Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dsctp_structs.h579 u_int8_t hb_random_values[4]; member
H A Dsctputil.c1187 memcpy(stcb->asoc.hb_random_values, &rndval, in sctp_timer_start()
1188 sizeof(stcb->asoc.hb_random_values)); in sctp_timer_start()
1189 this_random = stcb->asoc.hb_random_values[0]; in sctp_timer_start()
1193 this_random = stcb->asoc.hb_random_values[stcb->asoc.hb_random_idx]; in sctp_timer_start()
H A Dsctp_output.c2035 memcpy(stcb->asoc.hb_random_values, &rndval, in sctp_get_ect()
2036 sizeof(stcb->asoc.hb_random_values)); in sctp_get_ect()
2037 this_random = stcb->asoc.hb_random_values[0]; in sctp_get_ect()
2045 this_random = stcb->asoc.hb_random_values[stcb->asoc.hb_random_idx]; in sctp_get_ect()