HomeSort by: relevance | last modified time | path
    Searched refs:hb_random_values (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
sctp_structs.h 579 u_int8_t hb_random_values[4]; member in struct:sctp_association
sctputil.c 1187 memcpy(stcb->asoc.hb_random_values, &rndval,
1188 sizeof(stcb->asoc.hb_random_values));
1189 this_random = stcb->asoc.hb_random_values[0];
1193 this_random = stcb->asoc.hb_random_values[stcb->asoc.hb_random_idx];
sctp_output.c 2035 memcpy(stcb->asoc.hb_random_values, &rndval,
2036 sizeof(stcb->asoc.hb_random_values));
2037 this_random = stcb->asoc.hb_random_values[0];
2045 this_random = stcb->asoc.hb_random_values[stcb->asoc.hb_random_idx];

Completed in 19 milliseconds