Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_timer.c267 memcpy(stcb->asoc.hb_random_values, &rndval, sizeof(stcb->asoc.hb_random_values));
268 this_random = stcb->asoc.hb_random_values[0];
272 this_random = stcb->asoc.hb_random_values[stcb->asoc.hb_random_idx];
310 memcpy(stcb->asoc.hb_random_values, &rndval,
311 sizeof(stcb->asoc.hb_random_values));
312 this_random = stcb->asoc.hb_random_values[0];
316 this_random = stcb->asoc.hb_random_values[stcb->asoc.hb_random_idx];
Dsctp_structs.h1218 uint8_t hb_random_values[4]; member