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

  /src/sys/netinet/
sctp_structs.h 582 u_int8_t hb_ect_randombit; member in struct:sctp_association
sctp_output.c 2031 (stcb->asoc.hb_ect_randombit > 7)) ||
2039 stcb->asoc.hb_ect_randombit = 0;
2041 if (stcb->asoc.hb_ect_randombit > 7) {
2042 stcb->asoc.hb_ect_randombit = 0;
2047 if ((this_random >> stcb->asoc.hb_ect_randombit) & 0x01) {
2051 stcb->asoc.hb_ect_randombit++;
2054 stcb->asoc.hb_ect_randombit++;
sctputil.c 1191 stcb->asoc.hb_ect_randombit = 0;
1195 stcb->asoc.hb_ect_randombit = 0;

Completed in 19 milliseconds