OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sctp_stream_reset_event
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
sctp_uio.h
319
struct
sctp_stream_reset_event
{
struct
350
#define
SCTP_STREAM_RESET_EVENT
0x0008 /* XXX */
371
struct
sctp_stream_reset_event
sn_strreset_event;
sctputil.c
2374
struct
sctp_stream_reset_event
*strreset;
2388
len = sizeof(struct
sctp_stream_reset_event
) + (number_entries * sizeof(uint16_t));
2401
strreset = mtod(m_notify, struct
sctp_stream_reset_event
*);
2402
strreset->strreset_type =
SCTP_STREAM_RESET_EVENT
;
Completed in 42 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025