Home
last modified time | relevance | path

Searched refs:QUIC_PORT (Results 1 – 13 of 13) sorted by relevance

/openssl/include/internal/
H A Dquic_port.h60 QUIC_PORT *ossl_quic_port_new(const QUIC_PORT_ARGS *args);
62 void ossl_quic_port_free(QUIC_PORT *port);
85 BIO *ossl_quic_port_get_net_rbio(QUIC_PORT *port);
86 BIO *ossl_quic_port_get_net_wbio(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);
115 int ossl_quic_port_is_running(const QUIC_PORT *port);
[all …]
H A Dquic_engine.h67 QUIC_PORT *ossl_quic_engine_create_port(QUIC_ENGINE *qeng,
H A Dquic_predef.h15 typedef struct quic_port_st QUIC_PORT; typedef
H A Dquic_channel.h114 QUIC_PORT *port;
328 QUIC_PORT *ossl_quic_channel_get0_port(QUIC_CHANNEL *ch);
/openssl/ssl/quic/
H A Dquic_port.c25 static int port_init(QUIC_PORT *port);
26 static void port_cleanup(QUIC_PORT *port);
30 static void port_rx_pre(QUIC_PORT *port);
33 DEFINE_LIST_OF_IMPL(port, QUIC_PORT);
37 QUIC_PORT *port; in ossl_quic_port_new()
54 void ossl_quic_port_free(QUIC_PORT *port) in ossl_quic_port_free()
63 static int port_init(QUIC_PORT *port) in port_init()
103 static void port_cleanup(QUIC_PORT *port) in port_cleanup()
194 BIO *ossl_quic_port_get_net_rbio(QUIC_PORT *port) in ossl_quic_port_get_net_rbio()
386 static void port_rx_pre(QUIC_PORT *port) in port_rx_pre()
[all …]
H A Dquic_engine.c24 DEFINE_LIST_OF_IMPL(port, QUIC_PORT);
95 QUIC_PORT *ossl_quic_engine_create_port(QUIC_ENGINE *qeng, in ossl_quic_engine_create_port()
124 QUIC_PORT *port; in qeng_tick()
H A Dquic_engine_local.h28 DECLARE_LIST_OF(port, QUIC_PORT);
H A Dquic_port_local.h51 OSSL_LIST_MEMBER(port, QUIC_PORT);
H A Dquic_channel_local.h31 QUIC_PORT *port;
H A Dquic_local.h138 QUIC_PORT *port;
H A Dquic_tserver.c34 QUIC_PORT *port;
H A Dquic_channel.c571 QUIC_PORT *ossl_quic_channel_get0_port(QUIC_CHANNEL *ch) in ossl_quic_channel_get0_port()
/openssl/doc/designs/quic-design/
H A Dglossary.md144 **Port:** See `QUIC_PORT`.
181 handling and state machine implementation. Belongs to a `QUIC_PORT` representing
191 more `QUIC_PORT` instances, each of which owns zero or more `QUIC_CHANNEL`
194 **QUIC_PORT:** Internal object in the QUIC core implementation corresponding to

Completed in 33 milliseconds