Lines Matching defs:port

102     QUIC_PORT *port;  in ossl_quic_port_new()  local
122 void ossl_quic_port_free(QUIC_PORT *port) in ossl_quic_port_free()
131 static int port_init(QUIC_PORT *port) in port_init()
190 static void port_cleanup(QUIC_PORT *port) in port_cleanup()
215 static void port_transition_failed(QUIC_PORT *port) in port_transition_failed()
223 int ossl_quic_port_is_running(const QUIC_PORT *port) in ossl_quic_port_is_running()
228 QUIC_ENGINE *ossl_quic_port_get0_engine(QUIC_PORT *port) in ossl_quic_port_get0_engine()
233 QUIC_REACTOR *ossl_quic_port_get0_reactor(QUIC_PORT *port) in ossl_quic_port_get0_reactor()
238 QUIC_DEMUX *ossl_quic_port_get0_demux(QUIC_PORT *port) in ossl_quic_port_get0_demux()
243 CRYPTO_MUTEX *ossl_quic_port_get0_mutex(QUIC_PORT *port) in ossl_quic_port_get0_mutex()
248 OSSL_TIME ossl_quic_port_get_time(QUIC_PORT *port) in ossl_quic_port_get_time()
253 static OSSL_TIME get_time(void *port) in get_time()
258 int ossl_quic_port_get_rx_short_dcid_len(const QUIC_PORT *port) in ossl_quic_port_get_rx_short_dcid_len()
263 int ossl_quic_port_get_tx_init_dcid_len(const QUIC_PORT *port) in ossl_quic_port_get_tx_init_dcid_len()
268 size_t ossl_quic_port_get_num_incoming_channels(const QUIC_PORT *port) in ossl_quic_port_get_num_incoming_channels()
289 BIO *ossl_quic_port_get_net_rbio(QUIC_PORT *port) in ossl_quic_port_get_net_rbio()
294 BIO *ossl_quic_port_get_net_wbio(QUIC_PORT *port) in ossl_quic_port_get_net_wbio()
299 static int port_update_poll_desc(QUIC_PORT *port, BIO *net_bio, int for_write) in port_update_poll_desc()
329 int ossl_quic_port_update_poll_descriptors(QUIC_PORT *port, int force) in ossl_quic_port_update_poll_descriptors()
375 static void port_update_addressing_mode(QUIC_PORT *port) in port_update_addressing_mode()
390 int ossl_quic_port_is_addressed_r(const QUIC_PORT *port) in ossl_quic_port_is_addressed_r()
395 int ossl_quic_port_is_addressed_w(const QUIC_PORT *port) in ossl_quic_port_is_addressed_w()
400 int ossl_quic_port_is_addressed(const QUIC_PORT *port) in ossl_quic_port_is_addressed()
411 int ossl_quic_port_set_net_rbio(QUIC_PORT *port, BIO *net_rbio) in ossl_quic_port_set_net_rbio()
425 int ossl_quic_port_set_net_wbio(QUIC_PORT *port, BIO *net_wbio) in ossl_quic_port_set_net_wbio()
443 SSL_CTX *ossl_quic_port_get_channel_ctx(QUIC_PORT *port) in ossl_quic_port_get_channel_ctx()
453 static SSL *port_new_handshake_layer(QUIC_PORT *port, QUIC_CHANNEL *ch) in port_new_handshake_layer()
505 static QUIC_CHANNEL *port_make_channel(QUIC_PORT *port, SSL *tls, OSSL_QRX *qrx, in port_make_channel()
568 QUIC_CHANNEL *ossl_quic_port_create_outgoing(QUIC_PORT *port, SSL *tls) in ossl_quic_port_create_outgoing()
574 QUIC_CHANNEL *ossl_quic_port_create_incoming(QUIC_PORT *port, SSL *tls) in ossl_quic_port_create_incoming()
591 QUIC_CHANNEL *ossl_quic_port_pop_incoming(QUIC_PORT *port) in ossl_quic_port_pop_incoming()
603 int ossl_quic_port_have_incoming(QUIC_PORT *port) in ossl_quic_port_have_incoming()
608 void ossl_quic_port_drop_incoming(QUIC_PORT *port) in ossl_quic_port_drop_incoming()
643 void ossl_quic_port_set_allow_incoming(QUIC_PORT *port, int allow_incoming) in ossl_quic_port_set_allow_incoming()
657 void ossl_quic_port_subtick(QUIC_PORT *port, QUIC_TICK_RESULT *res, in ossl_quic_port_subtick()
683 static void port_rx_pre(QUIC_PORT *port) in port_rx_pre()
726 static void port_bind_channel(QUIC_PORT *port, const BIO_ADDR *peer, in port_bind_channel()
793 static int port_try_handle_stateless_reset(QUIC_PORT *port, const QUIC_URXE *e) in port_try_handle_stateless_reset()
939 static int encrypt_validation_token(const QUIC_PORT *port, in encrypt_validation_token()
989 static int decrypt_validation_token(const QUIC_PORT *port, in decrypt_validation_token()
1100 static void port_send_retry(QUIC_PORT *port, in port_send_retry()
1218 static void port_send_version_negotiation(QUIC_PORT *port, BIO_ADDR *peer, in port_send_version_negotiation()
1329 static int port_validate_token(QUIC_PKT_HDR *hdr, QUIC_PORT *port, in port_validate_token()
1479 QUIC_PORT *port = arg; in port_default_packet_handler() local
1716 void ossl_quic_port_raise_net_error(QUIC_PORT *port, in ossl_quic_port_raise_net_error()
1743 void ossl_quic_port_restore_err_state(const QUIC_PORT *port) in ossl_quic_port_restore_err_state()