OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hb_random_idx
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netinet/
sctp_structs.h
583
u_int8_t
hb_random_idx
;
member in struct:sctp_association
sctputil.c
747
asoc->
hb_random_idx
= 4;
1185
if (stcb->asoc.
hb_random_idx
> 3) {
1190
stcb->asoc.
hb_random_idx
= 0;
1193
this_random = stcb->asoc.hb_random_values[stcb->asoc.
hb_random_idx
];
1194
stcb->asoc.
hb_random_idx
++;
sctp_output.c
2030
if (((stcb->asoc.
hb_random_idx
== 3) &&
2032
(stcb->asoc.
hb_random_idx
> 3)) {
2038
stcb->asoc.
hb_random_idx
= 0;
2043
stcb->asoc.
hb_random_idx
++;
2045
this_random = stcb->asoc.hb_random_values[stcb->asoc.
hb_random_idx
];
Completed in 20 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025