Home | History | Annotate | Download | only in netinet

Lines Matching refs:hb_random_values

261 					memcpy(stcb->asoc.hb_random_values, &rndval, sizeof(stcb->asoc.hb_random_values));
262 this_random = stcb->asoc.hb_random_values[0];
266 this_random = stcb->asoc.hb_random_values[stcb->asoc.hb_random_idx];
304 memcpy(stcb->asoc.hb_random_values, &rndval,
305 sizeof(stcb->asoc.hb_random_values));
306 this_random = stcb->asoc.hb_random_values[0];
310 this_random = stcb->asoc.hb_random_values[stcb->asoc.hb_random_idx];