Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netinet/
HDsctp_timer.c266 memcpy(stcb->asoc.hb_random_values, &rndval, sizeof(stcb->asoc.hb_random_values)); in sctp_find_alternate_net()
267 this_random = stcb->asoc.hb_random_values[0]; in sctp_find_alternate_net()
271 this_random = stcb->asoc.hb_random_values[stcb->asoc.hb_random_idx]; in sctp_find_alternate_net()
310 memcpy(stcb->asoc.hb_random_values, &rndval, in sctp_find_alternate_net()
311 sizeof(stcb->asoc.hb_random_values)); in sctp_find_alternate_net()
312 this_random = stcb->asoc.hb_random_values[0]; in sctp_find_alternate_net()
316 this_random = stcb->asoc.hb_random_values[stcb->asoc.hb_random_idx]; in sctp_find_alternate_net()
HDsctp_structs.h1168 uint8_t hb_random_values[4]; member