OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:chk_length
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netinet/
sctp_indata.c
1665
struct mbuf **m, int offset, struct sctp_data_chunk *ch, int
chk_length
,
1870
the_len = (
chk_length
-sizeof(struct sctp_data_chunk));
2506
int
chk_length
, break_flag, last_chunk;
local
2587
chk_length
= ntohs(ch->ch.chunk_length);
2588
if ((size_t)
chk_length
< sizeof(struct sctp_data_chunk) + 1 ||
2589
length - *offset <
chk_length
) {
2616
chk_length
, length - *offset);
2623
if (SCTP_SIZE32(
chk_length
) == *offset - length) {
2629
chk_length
, net, high_tsn, &abort_flag, &break_flag,
2650
*offset += SCTP_SIZE32(
chk_length
);
[
all
...]
sctp_input.c
1048
int
chk_length
;
local
1102
chk_length
= ntohs(init_cp->ch.chunk_length);
1116
initack_offset = init_offset + SCTP_SIZE32(
chk_length
);
1129
chk_length
= ntohs(initack_cp->ch.chunk_length);
1421
int
chk_length
;
local
1443
chk_length
= ntohs(init_cp->ch.chunk_length);
1453
initack_offset = init_offset + SCTP_SIZE32(
chk_length
);
1470
chk_length
= ntohs(initack_cp->ch.chunk_length);
1484
initack_limit = initack_offset + SCTP_SIZE32(
chk_length
);
2724
int
chk_length
, param_len
local
3032
int
chk_length
;
local
[
all
...]
sctputil.c
2711
unsigned int
chk_length
;
local
2722
chk_length
= ntohs(ch->chunk_length);
2723
if (
chk_length
< sizeof(*ch)) {
2746
offset += SCTP_SIZE32(
chk_length
);
2763
unsigned int
chk_length
;
local
2769
chk_length
= ntohs(ch->chunk_length);
2770
if (
chk_length
< sizeof(*ch)) {
2788
offset += SCTP_SIZE32(
chk_length
);
Completed in 20 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026