OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iphlen_out
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/netinet/
sctp_output.c
8957
int
iphlen_out
;
local
8990
iphlen_out
= sizeof(*iph_out);
8991
abm = (struct sctp_abort_msg *)((vaddr_t)iph_out +
iphlen_out
);
9005
iphlen_out
= sizeof(*ip6_out);
9006
abm = (struct sctp_abort_msg *)((vaddr_t)ip6_out +
iphlen_out
);
9051
abm->sh.checksum = sctp_calculate_sum(mout, NULL,
iphlen_out
);
Completed in 27 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026