HomeSort by: relevance | last modified time | path
    Searched refs:QUIC_MAX_PKT_PER_URXE (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_demux.h 87 #define QUIC_MAX_PKT_PER_URXE (sizeof(uint64_t) * 8)
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_record_rx.c 24 assert(pkt_idx < QUIC_MAX_PKT_PER_URXE);
31 assert(pkt_idx < QUIC_MAX_PKT_PER_URXE);
1371 || pkt_idx >= QUIC_MAX_PKT_PER_URXE)

Completed in 17 milliseconds