Symbol: QUIC_PORT
crypto/openssl/include/internal/quic_channel.h
114
QUIC_PORT *port;
crypto/openssl/include/internal/quic_channel.h
347
QUIC_PORT *ossl_quic_channel_get0_port(QUIC_CHANNEL *ch);
crypto/openssl/include/internal/quic_engine.h
67
QUIC_PORT *ossl_quic_engine_create_port(QUIC_ENGINE *qeng,
crypto/openssl/include/internal/quic_port.h
104
void ossl_quic_port_drop_incoming(QUIC_PORT *port);
crypto/openssl/include/internal/quic_port.h
112
BIO *ossl_quic_port_get_net_rbio(QUIC_PORT *port);
crypto/openssl/include/internal/quic_port.h
113
BIO *ossl_quic_port_get_net_wbio(QUIC_PORT *port);
crypto/openssl/include/internal/quic_port.h
114
int ossl_quic_port_set_net_rbio(QUIC_PORT *port, BIO *net_rbio);
crypto/openssl/include/internal/quic_port.h
115
int ossl_quic_port_set_net_wbio(QUIC_PORT *port, BIO *net_wbio);
crypto/openssl/include/internal/quic_port.h
116
SSL_CTX *ossl_quic_port_get_channel_ctx(QUIC_PORT *port);
crypto/openssl/include/internal/quic_port.h
123
int ossl_quic_port_update_poll_descriptors(QUIC_PORT *port, int force);
crypto/openssl/include/internal/quic_port.h
126
QUIC_ENGINE *ossl_quic_port_get0_engine(QUIC_PORT *port);
crypto/openssl/include/internal/quic_port.h
129
QUIC_REACTOR *ossl_quic_port_get0_reactor(QUIC_PORT *port);
crypto/openssl/include/internal/quic_port.h
132
QUIC_DEMUX *ossl_quic_port_get0_demux(QUIC_PORT *port);
crypto/openssl/include/internal/quic_port.h
135
CRYPTO_MUTEX *ossl_quic_port_get0_mutex(QUIC_PORT *port);
crypto/openssl/include/internal/quic_port.h
138
OSSL_TIME ossl_quic_port_get_time(QUIC_PORT *port);
crypto/openssl/include/internal/quic_port.h
140
int ossl_quic_port_get_rx_short_dcid_len(const QUIC_PORT *port);
crypto/openssl/include/internal/quic_port.h
141
int ossl_quic_port_get_tx_init_dcid_len(const QUIC_PORT *port);
crypto/openssl/include/internal/quic_port.h
144
int ossl_quic_port_is_running(const QUIC_PORT *port);
crypto/openssl/include/internal/quic_port.h
150
void ossl_quic_port_restore_err_state(const QUIC_PORT *port);
crypto/openssl/include/internal/quic_port.h
153
void ossl_quic_port_subtick(QUIC_PORT *port, QUIC_TICK_RESULT *r,
crypto/openssl/include/internal/quic_port.h
157
size_t ossl_quic_port_get_num_incoming_channels(const QUIC_PORT *port);
crypto/openssl/include/internal/quic_port.h
160
void ossl_quic_port_set_allow_incoming(QUIC_PORT *port, int allow_incoming);
crypto/openssl/include/internal/quic_port.h
163
int ossl_quic_port_is_addressed_r(const QUIC_PORT *port);
crypto/openssl/include/internal/quic_port.h
166
int ossl_quic_port_is_addressed_w(const QUIC_PORT *port);
crypto/openssl/include/internal/quic_port.h
169
int ossl_quic_port_is_addressed(const QUIC_PORT *port);
crypto/openssl/include/internal/quic_port.h
175
uint64_t ossl_quic_port_get_net_bio_epoch(const QUIC_PORT *port);
crypto/openssl/include/internal/quic_port.h
187
void ossl_quic_port_raise_net_error(QUIC_PORT *port,
crypto/openssl/include/internal/quic_port.h
73
QUIC_PORT *ossl_quic_port_new(const QUIC_PORT_ARGS *args);
crypto/openssl/include/internal/quic_port.h
75
void ossl_quic_port_free(QUIC_PORT *port);
crypto/openssl/include/internal/quic_port.h
83
QUIC_CHANNEL *ossl_quic_port_create_outgoing(QUIC_PORT *port, SSL *tls);
crypto/openssl/include/internal/quic_port.h
90
QUIC_CHANNEL *ossl_quic_port_create_incoming(QUIC_PORT *port, SSL *tls);
crypto/openssl/include/internal/quic_port.h
96
QUIC_CHANNEL *ossl_quic_port_pop_incoming(QUIC_PORT *port);
crypto/openssl/include/internal/quic_port.h
99
int ossl_quic_port_have_incoming(QUIC_PORT *port);
crypto/openssl/ssl/quic/quic_channel.c
670
QUIC_PORT *ossl_quic_channel_get0_port(QUIC_CHANNEL *ch)
crypto/openssl/ssl/quic/quic_channel_local.h
32
QUIC_PORT *port;
crypto/openssl/ssl/quic/quic_engine.c
127
QUIC_PORT *port;
crypto/openssl/ssl/quic/quic_engine.c
148
QUIC_PORT *ossl_quic_engine_create_port(QUIC_ENGINE *qeng,
crypto/openssl/ssl/quic/quic_engine.c
177
QUIC_PORT *port;
crypto/openssl/ssl/quic/quic_engine.c
24
DEFINE_LIST_OF_IMPL(port, QUIC_PORT);
crypto/openssl/ssl/quic/quic_engine_local.h
28
DECLARE_LIST_OF(port, QUIC_PORT);
crypto/openssl/ssl/quic/quic_impl.c
1143
QUIC_PORT *port;
crypto/openssl/ssl/quic/quic_impl.c
1164
QUIC_PORT *port;
crypto/openssl/ssl/quic/quic_impl.c
1209
QUIC_PORT *port;
crypto/openssl/ssl/quic/quic_impl.c
1222
QUIC_PORT *port;
crypto/openssl/ssl/quic/quic_impl.c
1377
QUIC_PORT *port = NULL;
crypto/openssl/ssl/quic/quic_impl.c
1396
QUIC_PORT *port = NULL;
crypto/openssl/ssl/quic/quic_impl.c
1877
QUIC_PORT *port;
crypto/openssl/ssl/quic/quic_impl.c
3243
QUIC_PORT *port;
crypto/openssl/ssl/quic/quic_impl.c
4590
QUIC_PORT *port = arg;
crypto/openssl/ssl/quic/quic_impl.c
680
static void quic_unref_port_bios(QUIC_PORT *port)
crypto/openssl/ssl/quic/quic_local.h
133
QUIC_PORT *port;
crypto/openssl/ssl/quic/quic_local.h
247
QUIC_PORT *port;
crypto/openssl/ssl/quic/quic_obj.c
21
QUIC_PORT *port)
crypto/openssl/ssl/quic/quic_obj_local.h
101
QUIC_PORT *port;
crypto/openssl/ssl/quic/quic_obj_local.h
156
QUIC_PORT *port);
crypto/openssl/ssl/quic/quic_obj_local.h
197
static ossl_inline ossl_unused QUIC_PORT *
crypto/openssl/ssl/quic/quic_obj_local.h
234
static ossl_inline ossl_unused QUIC_PORT *
crypto/openssl/ssl/quic/quic_port.c
100
QUIC_PORT *ossl_quic_port_new(const QUIC_PORT_ARGS *args)
crypto/openssl/ssl/quic/quic_port.c
102
QUIC_PORT *port;
crypto/openssl/ssl/quic/quic_port.c
104
if ((port = OPENSSL_zalloc(sizeof(QUIC_PORT))) == NULL)
crypto/openssl/ssl/quic/quic_port.c
1105
static void port_send_retry(QUIC_PORT *port,
crypto/openssl/ssl/quic/quic_port.c
122
void ossl_quic_port_free(QUIC_PORT *port)
crypto/openssl/ssl/quic/quic_port.c
1223
static void port_send_version_negotiation(QUIC_PORT *port, BIO_ADDR *peer,
crypto/openssl/ssl/quic/quic_port.c
131
static int port_init(QUIC_PORT *port)
crypto/openssl/ssl/quic/quic_port.c
1334
static int port_validate_token(QUIC_PKT_HDR *hdr, QUIC_PORT *port,
crypto/openssl/ssl/quic/quic_port.c
1485
QUIC_PORT *port = arg;
crypto/openssl/ssl/quic/quic_port.c
1723
void ossl_quic_port_raise_net_error(QUIC_PORT *port,
crypto/openssl/ssl/quic/quic_port.c
1750
void ossl_quic_port_restore_err_state(const QUIC_PORT *port)
crypto/openssl/ssl/quic/quic_port.c
194
static void port_cleanup(QUIC_PORT *port)
crypto/openssl/ssl/quic/quic_port.c
219
static void port_transition_failed(QUIC_PORT *port)
crypto/openssl/ssl/quic/quic_port.c
227
int ossl_quic_port_is_running(const QUIC_PORT *port)
crypto/openssl/ssl/quic/quic_port.c
232
QUIC_ENGINE *ossl_quic_port_get0_engine(QUIC_PORT *port)
crypto/openssl/ssl/quic/quic_port.c
237
QUIC_REACTOR *ossl_quic_port_get0_reactor(QUIC_PORT *port)
crypto/openssl/ssl/quic/quic_port.c
242
QUIC_DEMUX *ossl_quic_port_get0_demux(QUIC_PORT *port)
crypto/openssl/ssl/quic/quic_port.c
247
CRYPTO_MUTEX *ossl_quic_port_get0_mutex(QUIC_PORT *port)
crypto/openssl/ssl/quic/quic_port.c
252
OSSL_TIME ossl_quic_port_get_time(QUIC_PORT *port)
crypto/openssl/ssl/quic/quic_port.c
259
return ossl_quic_port_get_time((QUIC_PORT *)port);
crypto/openssl/ssl/quic/quic_port.c
262
int ossl_quic_port_get_rx_short_dcid_len(const QUIC_PORT *port)
crypto/openssl/ssl/quic/quic_port.c
267
int ossl_quic_port_get_tx_init_dcid_len(const QUIC_PORT *port)
crypto/openssl/ssl/quic/quic_port.c
272
size_t ossl_quic_port_get_num_incoming_channels(const QUIC_PORT *port)
crypto/openssl/ssl/quic/quic_port.c
29
static int port_init(QUIC_PORT *port);
crypto/openssl/ssl/quic/quic_port.c
293
BIO *ossl_quic_port_get_net_rbio(QUIC_PORT *port)
crypto/openssl/ssl/quic/quic_port.c
298
BIO *ossl_quic_port_get_net_wbio(QUIC_PORT *port)
crypto/openssl/ssl/quic/quic_port.c
30
static void port_cleanup(QUIC_PORT *port);
crypto/openssl/ssl/quic/quic_port.c
303
static int port_update_poll_desc(QUIC_PORT *port, BIO *net_bio, int for_write)
crypto/openssl/ssl/quic/quic_port.c
333
int ossl_quic_port_update_poll_descriptors(QUIC_PORT *port, int force)
crypto/openssl/ssl/quic/quic_port.c
34
static void port_rx_pre(QUIC_PORT *port);
crypto/openssl/ssl/quic/quic_port.c
379
static void port_update_addressing_mode(QUIC_PORT *port)
crypto/openssl/ssl/quic/quic_port.c
394
int ossl_quic_port_is_addressed_r(const QUIC_PORT *port)
crypto/openssl/ssl/quic/quic_port.c
399
int ossl_quic_port_is_addressed_w(const QUIC_PORT *port)
crypto/openssl/ssl/quic/quic_port.c
404
int ossl_quic_port_is_addressed(const QUIC_PORT *port)
crypto/openssl/ssl/quic/quic_port.c
415
int ossl_quic_port_set_net_rbio(QUIC_PORT *port, BIO *net_rbio)
crypto/openssl/ssl/quic/quic_port.c
429
int ossl_quic_port_set_net_wbio(QUIC_PORT *port, BIO *net_wbio)
crypto/openssl/ssl/quic/quic_port.c
447
SSL_CTX *ossl_quic_port_get_channel_ctx(QUIC_PORT *port)
crypto/openssl/ssl/quic/quic_port.c
457
static SSL *port_new_handshake_layer(QUIC_PORT *port, QUIC_CHANNEL *ch)
crypto/openssl/ssl/quic/quic_port.c
509
static QUIC_CHANNEL *port_make_channel(QUIC_PORT *port, SSL *tls, OSSL_QRX *qrx,
crypto/openssl/ssl/quic/quic_port.c
572
QUIC_CHANNEL *ossl_quic_port_create_outgoing(QUIC_PORT *port, SSL *tls)
crypto/openssl/ssl/quic/quic_port.c
578
QUIC_CHANNEL *ossl_quic_port_create_incoming(QUIC_PORT *port, SSL *tls)
crypto/openssl/ssl/quic/quic_port.c
595
QUIC_CHANNEL *ossl_quic_port_pop_incoming(QUIC_PORT *port)
crypto/openssl/ssl/quic/quic_port.c
607
int ossl_quic_port_have_incoming(QUIC_PORT *port)
crypto/openssl/ssl/quic/quic_port.c
612
void ossl_quic_port_drop_incoming(QUIC_PORT *port)
crypto/openssl/ssl/quic/quic_port.c
647
void ossl_quic_port_set_allow_incoming(QUIC_PORT *port, int allow_incoming)
crypto/openssl/ssl/quic/quic_port.c
661
void ossl_quic_port_subtick(QUIC_PORT *port, QUIC_TICK_RESULT *res,
crypto/openssl/ssl/quic/quic_port.c
688
static void port_rx_pre(QUIC_PORT *port)
crypto/openssl/ssl/quic/quic_port.c
731
static void port_bind_channel(QUIC_PORT *port, const BIO_ADDR *peer,
crypto/openssl/ssl/quic/quic_port.c
798
static int port_try_handle_stateless_reset(QUIC_PORT *port, const QUIC_URXE *e)
crypto/openssl/ssl/quic/quic_port.c
944
static int encrypt_validation_token(const QUIC_PORT *port,
crypto/openssl/ssl/quic/quic_port.c
98
DEFINE_LIST_OF_IMPL(port, QUIC_PORT);
crypto/openssl/ssl/quic/quic_port.c
994
static int decrypt_validation_token(const QUIC_PORT *port,
crypto/openssl/ssl/quic/quic_port_local.h
52
OSSL_LIST_MEMBER(port, QUIC_PORT);
crypto/openssl/ssl/quic/quic_tserver.c
34
QUIC_PORT *port;