HomeSort by relevance Sort by last modified time
    Searched refs:hb_random_values (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_timer.c 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];
    [all...]
sctp_structs.h 1187 uint8_t hb_random_values[4]; member in struct:sctp_association
    [all...]

Completed in 602 milliseconds