Home
last modified time | relevance | path

Searched refs:QUIC_MIN_INITIAL_DGRAM_LEN (Results 1 – 8 of 8) sorted by relevance

/openssl/test/
H A Dcc_dummy.c28 d->max_dgram_len = QUIC_MIN_INITIAL_DGRAM_LEN; in dummy_new()
52 if (value < QUIC_MIN_INITIAL_DGRAM_LEN) in dummy_set_input_params()
/openssl/include/internal/
H A Dquic_types.h97 # define QUIC_MIN_INITIAL_DGRAM_LEN 1200 macro
/openssl/ssl/quic/
H A Dquic_demux.c133 if (mtu >= QUIC_MIN_INITIAL_DGRAM_LEN) in ossl_quic_demux_set_bio()
140 if (mtu < QUIC_MIN_INITIAL_DGRAM_LEN) in ossl_quic_demux_set_mtu()
H A Dcc_newreno.c58 newreno_set_max_dgram_size(nr, QUIC_MIN_INITIAL_DGRAM_LEN); in newreno_new()
122 if (value < QUIC_MIN_INITIAL_DGRAM_LEN) in newreno_set_input_params()
H A Dquic_record_tx.c117 if (args->mdpl < QUIC_MIN_INITIAL_DGRAM_LEN) in ossl_qtx_new()
1020 if (mdpl < QUIC_MIN_INITIAL_DGRAM_LEN) in ossl_qtx_set_mdpl()
H A Dquic_port.c534 if (e->data_len < QUIC_MIN_INITIAL_DGRAM_LEN) in port_default_packet_handler()
H A Dquic_channel.c187 qtx_args.mdpl = QUIC_MIN_INITIAL_DGRAM_LEN; in ch_init()
1466 || v < QUIC_MIN_INITIAL_DGRAM_LEN) { in ch_on_transport_params()
1747 QUIC_MIN_INITIAL_DGRAM_LEN)) in ch_generate_transport_params()
1811 QLOG_U64("max_udp_payload_size", QUIC_MIN_INITIAL_DGRAM_LEN); in ch_generate_transport_params()
H A Dquic_txp.c840 const size_t min_dpl = QUIC_MIN_INITIAL_DGRAM_LEN; in ossl_quic_tx_packetiser_generate()

Completed in 38 milliseconds