OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QUIC_MAX_PKT_PER_URXE
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/include/internal/
quic_demux.h
87
#define
QUIC_MAX_PKT_PER_URXE
(sizeof(uint64_t) * 8)
/src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_record_rx.c
24
assert(pkt_idx <
QUIC_MAX_PKT_PER_URXE
);
31
assert(pkt_idx <
QUIC_MAX_PKT_PER_URXE
);
1371
|| pkt_idx >=
QUIC_MAX_PKT_PER_URXE
)
Completed in 17 milliseconds
Indexes created Fri Jun 26 00:24:39 UTC 2026