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
2378
if (ch->qrx_pkt->hdr->type == QUIC_PKT_TYPE_VERSION_NEG) {
crypto/openssl/ssl/quic/quic_port.c
1252
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
10029
&& t->hdr.type == QUIC_PKT_TYPE_VERSION_NEG
crypto/openssl/test/quic_record_test.c
11249
QUIC_PKT_TYPE_VERSION_NEG, /* type */
crypto/openssl/test/quic_record_test.c
198
QUIC_PKT_TYPE_VERSION_NEG,
crypto/openssl/test/quic_record_test.c
9689
QUIC_PKT_TYPE_VERSION_NEG, /* type */
crypto/openssl/test/quic_record_test.c
9725
QUIC_PKT_TYPE_VERSION_NEG, /* type */