OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stream_no
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/netinet/
sctp_structs.h
260
uint16_t
stream_no
;
member in struct:sctp_stream_in
269
uint16_t
stream_no
;
member in struct:sctp_stream_out
sctp_indata.c
181
uint32_t context, uint16_t
stream_no
, uint16_t stream_seq, uint8_t flags)
203
outinfo->sinfo_stream =
stream_no
;
519
u_int16_t
stream_no
;
local
521
cntDel =
stream_no
= 0;
590
stream_no
= chk->rec.data.stream_number;
591
nxt_todel = asoc->strmin[
stream_no
].last_sequence_delivered + 1;
718
asoc->strmin[
stream_no
].last_sequence_delivered++;
741
strm = &asoc->strmin[
stream_no
];
sctp_output.c
3882
if (stre->
stream_no
> strq->
stream_no
) {
3885
} else if (stre->
stream_no
== strq->
stream_no
) {
5113
dchkh->dp.stream_id = htons(strq->
stream_no
);
7358
asoc->strmout[i].
stream_no
= i;
9999
asoc->strmout[i].
stream_no
= i;
sctp_input.c
258
asoc->strmin[i].
stream_no
= i;
sctputil.c
774
asoc->strmout[i].
stream_no
= i;
/src/lib/libc/net/
sctp_sys_calls.c
374
u_int16_t
stream_no
,
393
(int)
stream_no
, (int)timetolive, (u_int)context);
443
s_info->sinfo_stream =
stream_no
;
580
u_int16_t
stream_no
,
589
sinfo.sinfo_ssn =
stream_no
;
Completed in 37 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026