OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:supported_versions
(Results
1 - 1
of
1
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_port.c
1230
uint32_t
supported_versions
[1];
local
1245
supported_versions
[0] = QUIC_VERSION_1;
1256
hdr.len = sizeof(
supported_versions
);
1257
hdr.data = (unsigned char *)
supported_versions
;
1274
for (i = 0; i < OSSL_NELEM(
supported_versions
); i++) {
1275
if (!WPACKET_put_bytes_u32(&wpkt,
supported_versions
[i]))
Completed in 24 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026