OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shutdown_cp
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/netinet/
sctp_output.c
6282
struct sctp_shutdown_chunk *
shutdown_cp
;
local in function:sctp_send_shutdown
6311
shutdown_cp
= mtod(m_shutdown, struct sctp_shutdown_chunk *);
6312
shutdown_cp
->ch.chunk_type = SCTP_SHUTDOWN;
6313
shutdown_cp
->ch.chunk_flags = 0;
6314
shutdown_cp
->ch.chunk_length = htons(chk->send_size);
6315
shutdown_cp
->cumulative_tsn_ack = htonl(stcb->asoc.cumulative_tsn);
Completed in 93 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025