Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_timer.c267 memcpy(stcb->asoc.hb_random_values, &rndval, sizeof(stcb->asoc.hb_random_values)); in sctp_find_alternate_net()
268 this_random = stcb->asoc.hb_random_values[0]; in sctp_find_alternate_net()
272 this_random = stcb->asoc.hb_random_values[stcb->asoc.hb_random_idx]; in sctp_find_alternate_net()
311 memcpy(stcb->asoc.hb_random_values, &rndval, in sctp_find_alternate_net()
312 sizeof(stcb->asoc.hb_random_values)); in sctp_find_alternate_net()
313 this_random = stcb->asoc.hb_random_values[0]; in sctp_find_alternate_net()
317 this_random = stcb->asoc.hb_random_values[stcb->asoc.hb_random_idx]; in sctp_find_alternate_net()
H A Dsctp_structs.h1158 uint8_t hb_random_values[4]; member