OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:init_chk
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/netinet6/
sctp6_usrreq.c
214
struct sctp_init_chunk *
init_chk
, chunk_buf;
local
222
init_chk
= (struct sctp_init_chunk *)sctp_m_getptr(m,
223
iphlen + sizeof(*sh), sizeof(*
init_chk
),
225
sh->v_tag =
init_chk
->init.initiate_tag;
/src/sys/netinet/
sctp_input.c
4192
struct sctp_init_chunk *
init_chk
, chunk_buf;
local
4214
init_chk
= (struct sctp_init_chunk *)sctp_m_getptr(m,
4215
iphlen + sizeof(*sh), sizeof(*
init_chk
),
4217
if (
init_chk
!= NULL)
4218
sh->v_tag =
init_chk
->init.initiate_tag;
sctputil.c
2761
struct sctp_init_chunk *
init_chk
, chunk_buf;
local
2781
init_chk
= (struct sctp_init_chunk *)sctp_m_getptr(m,
2782
offset, sizeof(*
init_chk
), (u_int8_t *)&chunk_buf);
2783
if (
init_chk
!= NULL) {
2784
*vtagfill = ntohl(
init_chk
->init.initiate_tag);
sctp_output.c
3247
struct sctp_init_chunk *
init_chk
)
3291
&abort_flag, (struct sctp_chunkhdr *)
init_chk
);
3293
sctp_send_abort(init_pkt, iphlen, sh,
init_chk
->init.initiate_tag, op_err);
3577
initackm_out->sh.v_tag =
init_chk
->init.initiate_tag;
3579
stc.peers_vtag =
init_chk
->init.initiate_tag;
3607
his_limit = ntohs(
init_chk
->init.num_inbound_streams);
3620
initackm_out->msg.init.num_outbound_streams =
init_chk
->init.num_inbound_streams;
3805
sz_of = SCTP_SIZE32(ntohs(
init_chk
->ch.chunk_length));
Completed in 27 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026