Symbol: QUIC_PKT_TYPE_VERSION_NEG
crypto/openssl/include/internal/quic_wire_pkt.h
127
return pkt_type != QUIC_PKT_TYPE_1RTT && pkt_type != QUIC_PKT_TYPE_VERSION_NEG;
crypto/openssl/include/internal/quic_wire_pkt.h
74
case QUIC_PKT_TYPE_VERSION_NEG:
crypto/openssl/ssl/quic/qlog_event_helpers.c
162
case QUIC_PKT_TYPE_VERSION_NEG:
crypto/openssl/ssl/quic/quic_channel.c
2384
if (ch->qrx_pkt->hdr->type == QUIC_PKT_TYPE_VERSION_NEG) {
crypto/openssl/ssl/quic/quic_port.c
1255
hdr.type = QUIC_PKT_TYPE_VERSION_NEG;
crypto/openssl/ssl/quic/quic_record_rx.c
711
case QUIC_PKT_TYPE_VERSION_NEG:
crypto/openssl/ssl/quic/quic_trace.c
37
case QUIC_PKT_TYPE_VERSION_NEG:
crypto/openssl/ssl/quic/quic_trace.c
618
if (hdr.type != QUIC_PKT_TYPE_VERSION_NEG
crypto/openssl/ssl/quic/quic_wire_pkt.c
312
hdr->type = QUIC_PKT_TYPE_VERSION_NEG;
crypto/openssl/ssl/quic/quic_wire_pkt.c
533
case QUIC_PKT_TYPE_VERSION_NEG:
crypto/openssl/ssl/quic/quic_wire_pkt.c
558
if (hdr->type != QUIC_PKT_TYPE_VERSION_NEG || hdr->fixed)
crypto/openssl/ssl/quic/quic_wire_pkt.c
577
if (hdr->type == QUIC_PKT_TYPE_VERSION_NEG) {
crypto/openssl/test/quic_multistream_test.c
4941
hdr.type = QUIC_PKT_TYPE_VERSION_NEG;
crypto/openssl/test/quic_record_test.c
198
QUIC_PKT_TYPE_VERSION_NEG,
crypto/openssl/test/quic_record_test.c
2627
QUIC_PKT_TYPE_VERSION_NEG, /* type */
crypto/openssl/test/quic_record_test.c
2663
QUIC_PKT_TYPE_VERSION_NEG, /* type */
crypto/openssl/test/quic_record_test.c
2967
&& t->hdr.type == QUIC_PKT_TYPE_VERSION_NEG
crypto/openssl/test/quic_record_test.c
3768
QUIC_PKT_TYPE_VERSION_NEG, /* type */