Searched refs:port_make_channel (Results 1 – 1 of 1) sorted by relevance
306 static QUIC_CHANNEL *port_make_channel(QUIC_PORT *port, SSL *tls, int is_server) in port_make_channel() function337 return port_make_channel(port, tls, /*is_server=*/0); in ossl_quic_port_create_outgoing()346 ch = port_make_channel(port, tls, /*is_server=*/1); in ossl_quic_port_create_incoming()
Completed in 4 milliseconds