Home
last modified time | relevance | path

Searched refs:port_args (Results 1 – 2 of 2) sorted by relevance

/openssl/ssl/quic/
H A Dquic_tserver.c84 QUIC_PORT_ARGS port_args = {0}; in ossl_quic_tserver_new() local
131 port_args.channel_ctx = srv->ctx; in ossl_quic_tserver_new()
132 port_args.is_multi_conn = 1; in ossl_quic_tserver_new()
134 if ((srv->port = ossl_quic_engine_create_port(srv->engine, &port_args)) == NULL) in ossl_quic_tserver_new()
H A Dquic_impl.c1503 QUIC_PORT_ARGS port_args = {0}; in create_channel() local
1516 port_args.channel_ctx = qc->ssl.ctx; in create_channel()
1517 qc->port = ossl_quic_engine_create_port(qc->engine, &port_args); in create_channel()

Completed in 22 milliseconds