OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trunc_len
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/netinet/
sctp_header.h
393
u_int16_t
trunc_len
;
member in struct:sctp_pktdrop_chunk
sctp_input.c
2765
u_int16_t
trunc_len
;
local
2820
trunc_len
= (u_int16_t)ntohs(cp->
trunc_len
);
2831
if (
trunc_len
== 0) {
sctp_output.c
8561
drp->
trunc_len
= htons(chk->send_size);
8569
drp->
trunc_len
= htons(0);
/src/crypto/external/apache2/openssl/dist/test/
quic_record_test.c
10009
size_t
trunc_len
)
10023
int is_trunc =
trunc_len
< t->expected_len;
10024
int expect_fail =
trunc_len
< t->min_success_len;
10028
if (is_trunc &&
trunc_len
> t->min_success_len
10030
&& ((
trunc_len
- t->min_success_len) % 4) != 0)
10065
if (!TEST_true(PACKET_buf_init(&pkt, t->expected,
trunc_len
)))
Completed in 57 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026