Searched refs:port_args (Results 1 – 2 of 2) sorted by relevance
84 QUIC_PORT_ARGS port_args = {0}; in ossl_quic_tserver_new() local131 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()
1503 QUIC_PORT_ARGS port_args = {0}; in create_channel() local1516 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 20 milliseconds