OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:init_chk
(Results
1 - 3
of
3
) 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);
Completed in 19 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026