Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/
H A Dquic_packet_creator.cc1408 QuicLongHeaderType long_header_type = in GetLengthLength() local
1410 if (long_header_type == INITIAL || long_header_type == ZERO_RTT_PROTECTED || in GetLengthLength()
1411 long_header_type == HANDSHAKE) { in GetLengthLength()
H A Dquic_framer.cc213 bool GetLongHeaderType(uint8_t type, QuicLongHeaderType* long_header_type) { in GetLongHeaderType() argument
217 *long_header_type = INITIAL; in GetLongHeaderType()
220 *long_header_type = ZERO_RTT_PROTECTED; in GetLongHeaderType()
223 *long_header_type = HANDSHAKE; in GetLongHeaderType()
226 *long_header_type = RETRY; in GetLongHeaderType()
230 *long_header_type = INVALID_PACKET_TYPE; in GetLongHeaderType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dquic_packet_creator.cc1525 QuicLongHeaderType long_header_type = in GetLengthLength() local
1527 if (long_header_type == INITIAL || long_header_type == ZERO_RTT_PROTECTED || in GetLengthLength()
1528 long_header_type == HANDSHAKE) { in GetLengthLength()
H A Dquic_framer.cc219 bool GetLongHeaderType(uint8_t type, QuicLongHeaderType* long_header_type) { in GetLongHeaderType() argument
223 *long_header_type = INITIAL; in GetLongHeaderType()
226 *long_header_type = ZERO_RTT_PROTECTED; in GetLongHeaderType()
229 *long_header_type = HANDSHAKE; in GetLongHeaderType()
232 *long_header_type = RETRY; in GetLongHeaderType()
236 *long_header_type = INVALID_PACKET_TYPE; in GetLongHeaderType()