Searched refs:QUIC_MIN_VALID_PKT_LEN (Results 1 – 4 of 4) sorted by relevance
145 # define QUIC_MIN_VALID_PKT_LEN QUIC_MIN_VALID_PKT_LEN_VERSION_NEG macro
203 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()
617 min_len = QUIC_MIN_VALID_PKT_LEN; in qtx_write()
1132 if (PACKET_remaining(&pkt) < QUIC_MIN_VALID_PKT_LEN in qrx_process_datagram()
Completed in 16 milliseconds