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 - 2
of
2
) 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);
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 82 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025