OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:port_args
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_tserver.c
82
QUIC_PORT_ARGS
port_args
= { 0 };
local
130
port_args
.channel_ctx = srv->ctx;
131
port_args
.is_multi_conn = 1;
132
port_args
.do_addr_validation = 1;
133
if ((srv->port = ossl_quic_engine_create_port(srv->engine, &
port_args
)) == NULL)
quic_impl.c
1799
QUIC_PORT_ARGS
port_args
= { 0 };
local
1816
port_args
.channel_ctx = ctx;
1817
qc->port = ossl_quic_engine_create_port(qc->engine, &
port_args
);
4291
QUIC_PORT_ARGS
port_args
= { 0 };
local
4319
port_args
.channel_ctx = ctx;
4320
port_args
.is_multi_conn = 1;
4321
port_args
.get_conn_user_ssl = alloc_port_user_ssl;
4322
port_args
.user_ssl_arg = ql;
4324
port_args
.do_addr_validation = 1;
4325
ql->port = ossl_quic_engine_create_port(ql->engine, &
port_args
);
4361
QUIC_PORT_ARGS
port_args
= { 0 };
local
[
all
...]
Completed in 25 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026