OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ack_cp
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
sctp_asconf.c
576
struct sctp_asconf_ack_chunk *
ack_cp
;
local in function:sctp_handle_asconf
646
ack_cp
= mtod(m_ack, struct sctp_asconf_ack_chunk *);
647
ack_cp
->ch.chunk_type = SCTP_ASCONF_ACK;
648
ack_cp
->ch.chunk_flags = 0;
649
ack_cp
->serial_number = htonl(serial_num);
652
ack_cp
->ch.chunk_length = sizeof(struct sctp_asconf_ack_chunk);
772
ack_cp
->ch.chunk_length += m_result->m_len;
798
ack_cp
->ch.chunk_length = htons(
ack_cp
->ch.chunk_length);
sctp_output.c
6237
struct sctp_shutdown_ack_chunk *
ack_cp
;
local in function:sctp_send_shutdown_ack
6266
ack_cp
= mtod(m_shutdown_ack, struct sctp_shutdown_ack_chunk *);
6267
ack_cp
->ch.chunk_type = SCTP_SHUTDOWN_ACK;
6268
ack_cp
->ch.chunk_flags = 0;
6269
ack_cp
->ch.chunk_length = htons(chk->send_size);
Completed in 19 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025