Home
last modified time | relevance | path

Searched refs:QUIC_MIN_VALID_PKT_LEN (Results 1 – 4 of 4) sorted by relevance

/openssl/include/internal/
H A Dquic_wire_pkt.h145 # define QUIC_MIN_VALID_PKT_LEN QUIC_MIN_VALID_PKT_LEN_VERSION_NEG macro
/openssl/ssl/quic/
H A Dquic_wire_pkt.c203 if (l < QUIC_MIN_VALID_PKT_LEN in ossl_quic_wire_decode_pkt_hdr()
663 if (buf_len < QUIC_MIN_VALID_PKT_LEN in ossl_quic_wire_get_pkt_hdr_dst_conn_id()
684 || buf_len < QUIC_MIN_VALID_PKT_LEN + blen) in ossl_quic_wire_get_pkt_hdr_dst_conn_id()
H A Dquic_record_tx.c617 min_len = QUIC_MIN_VALID_PKT_LEN; in qtx_write()
H A Dquic_record_rx.c1132 if (PACKET_remaining(&pkt) < QUIC_MIN_VALID_PKT_LEN in qrx_process_datagram()

Completed in 18 milliseconds