Lines Matching refs:port
62 void ossl_quic_port_free(QUIC_PORT *port);
70 QUIC_CHANNEL *ossl_quic_port_create_outgoing(QUIC_PORT *port, SSL *tls);
77 QUIC_CHANNEL *ossl_quic_port_create_incoming(QUIC_PORT *port, SSL *tls);
85 BIO *ossl_quic_port_get_net_rbio(QUIC_PORT *port);
86 BIO *ossl_quic_port_get_net_wbio(QUIC_PORT *port);
87 int ossl_quic_port_set_net_rbio(QUIC_PORT *port, BIO *net_rbio);
88 int ossl_quic_port_set_net_wbio(QUIC_PORT *port, BIO *net_wbio);
94 int ossl_quic_port_update_poll_descriptors(QUIC_PORT *port);
97 QUIC_ENGINE *ossl_quic_port_get0_engine(QUIC_PORT *port);
100 QUIC_REACTOR *ossl_quic_port_get0_reactor(QUIC_PORT *port);
103 QUIC_DEMUX *ossl_quic_port_get0_demux(QUIC_PORT *port);
106 CRYPTO_MUTEX *ossl_quic_port_get0_mutex(QUIC_PORT *port);
109 OSSL_TIME ossl_quic_port_get_time(QUIC_PORT *port);
111 int ossl_quic_port_get_rx_short_dcid_len(const QUIC_PORT *port);
112 int ossl_quic_port_get_tx_init_dcid_len(const QUIC_PORT *port);
115 int ossl_quic_port_is_running(const QUIC_PORT *port);
121 void ossl_quic_port_restore_err_state(const QUIC_PORT *port);
124 void ossl_quic_port_subtick(QUIC_PORT *port, QUIC_TICK_RESULT *r,
137 void ossl_quic_port_raise_net_error(QUIC_PORT *port,