/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/quic/ |
H A D | QUICFrame.h | 40 class QUICPacketR; variable 59 virtual void parse(const uint8_t *buf, size_t len, const QUICPacketR *packet){}; in parse() 63 const QUICPacketR *packet() const; 76 const QUICPacketR *_packet = nullptr; 87 QUICStreamFrame(const uint8_t *buf, size_t len, const QUICPacketR *packet = nullptr); 98 virtual void parse(const uint8_t *buf, size_t len, const QUICPacketR *packet) override; 133 QUICCryptoFrame(const uint8_t *buf, size_t len, const QUICPacketR *packet = nullptr); 141 virtual void parse(const uint8_t *buf, size_t len, const QUICPacketR *packet) override; 267 QUICAckFrame(const uint8_t *buf, size_t len, const QUICPacketR *packet = nullptr); 337 QUICPingFrame(const uint8_t *buf, size_t len, const QUICPacketR *packet = nullptr); [all …]
|
H A D | QUICFrame.cc | 69 const QUICPacketR * 167 QUICStreamFrame::parse(const uint8_t *buf, size_t len, const QUICPacketR *packet) in parse() 406 QUICCryptoFrame::parse(const uint8_t *buf, size_t len, const QUICPacketR *packet) in parse() 566 QUICAckFrame::parse(const uint8_t *buf, size_t len, const QUICPacketR *packet) in parse() 1022 QUICRstStreamFrame::parse(const uint8_t *buf, size_t len, const QUICPacketR *packet) in parse() 1153 QUICPingFrame::parse(const uint8_t *buf, size_t len, const QUICPacketR *packet) in parse() 1204 QUICPaddingFrame::parse(const uint8_t *buf, size_t len, const QUICPacketR *packet) in parse() 1513 QUICMaxDataFrame::parse(const uint8_t *buf, size_t len, const QUICPacketR *packet) in parse() 1726 QUICMaxStreamsFrame::parse(const uint8_t *buf, size_t len, const QUICPacketR *packet) in parse() 2568 QUICNewTokenFrame::parse(const uint8_t *buf, size_t len, const QUICPacketR *packet) in parse() [all …]
|
H A D | QUICPacket.h | 111 class QUICPacketR : public QUICPacket 117 QUICPacketR(UDPConnection *udp_con, IpEndpoint from, IpEndpoint to); 195 class QUICLongHeaderPacketR : public QUICPacketR 253 class QUICShortHeaderPacketR : public QUICPacketR 303 class QUICStatelessResetPacketR : public QUICPacketR
|
H A D | QUICPacketHeaderProtector.cc | 36 QUICPacketR::type(type, unprotected_packet, unprotected_packet_len); in protect() 89 QUICPacketR::type(type, protected_packet, protected_packet_len); in unprotect()
|
H A D | QUICFrameDispatcher.h | 40 const QUICPacketR *packet);
|
H A D | QUICPacket.cc | 210 QUICPacketR::QUICPacketR(UDPConnection *udp_con, IpEndpoint from, IpEndpoint to) : _udp_con(udp_con… in QUICPacketR() function in QUICPacketR 213 QUICPacketR::udp_con() const in udp_con() 219 QUICPacketR::from() const in from() 225 QUICPacketR::to() const in to() 231 QUICPacketR::type(QUICPacketType &type, const uint8_t *packet, size_t packet_len) in type() 246 QUICPacketR::read_essential_info(Ptr<IOBufferBlock> block, QUICPacketType &type, QUICVersion &versi… in read_essential_info() 420 : QUICPacketR(udp_con, from, to) in QUICLongHeaderPacketR() 680 : QUICPacketR(udp_con, from, to) in QUICShortHeaderPacketR() 859 : QUICPacketR(udp_con, from, to) in QUICStatelessResetPacketR() 1300 QUICPacketR::type(type, packet, packet_len); in token_length()
|
H A D | QUICFrameDispatcher.cc | 49 const QUICPacketR *packet) in receive_frames()
|
H A D | QUICContext.h | 36 class QUICPacketR; variable
|
H A D | Mock.h | 759 class MockQUICPacketR : public QUICPacketR 762 MockQUICPacketR() : QUICPacketR(nullptr, {}, {}) {} in MockQUICPacketR()
|
H A D | QUICPacketFactory.cc | 83 …if (QUICPacketR::read_essential_info(whole_data, type, version, dcid, scid, packet_number, base_pa… in create()
|
/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/quic/test/ |
H A D | test_QUICPacket.cc | 363 …bool result = QUICPacketR::read_essential_info(input_ibb, type, version, dcid, scid, packet_number… 395 …bool result = QUICPacketR::read_essential_info(input_ibb, type, version, dcid, scid, packet_number… 428 …bool result = QUICPacketR::read_essential_info(input_ibb, type, version, dcid, scid, packet_number… 462 …bool result = QUICPacketR::read_essential_info(input_ibb, type, version, dcid, scid, packet_number… 492 …bool result = QUICPacketR::read_essential_info(input_ibb, type, version, dcid, scid, packet_number… 516 …bool result = QUICPacketR::read_essential_info(input_ibb, type, version, dcid, scid, packet_number… 537 …bool result = QUICPacketR::read_essential_info(input_ibb, type, version, dcid, scid, packet_number… 558 …bool result = QUICPacketR::read_essential_info(input_ibb, type, version, dcid, scid, packet_number… 580 …bool result = QUICPacketR::read_essential_info(input_ibb, type, version, dcid, scid, packet_number… 603 …bool result = QUICPacketR::read_essential_info(input_ibb, type, version, dcid, scid, packet_number… [all …]
|
/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/ |
H A D | P_QUICNetVConnection.h | 327 …QUICConnectionErrorUPtr _recv_and_ack(const QUICPacketR &packet, bool *has_non_probing_frame = nul… 337 …QUICConnectionErrorUPtr _state_connection_established_migrate_connection(const QUICPacketR &packet…
|
H A D | QUICNetVConnection.cc | 1428 error = this->_recv_and_ack(static_cast<QUICPacketR &>(*packet)); in _state_connection_established_receive_packet() 1455 this->_recv_and_ack(static_cast<QUICPacketR &>(*packet)); in _state_closing_receive_packet() 1482 this->_recv_and_ack(static_cast<QUICPacketR &>(*packet)); in _state_draining_receive_packet() 1780 QUICNetVConnection::_recv_and_ack(const QUICPacketR &packet, bool *has_non_probing_frame) in _recv_and_ack() 1804 … has_non_probing_frame, static_cast<const QUICPacketR *>(&packet)); in _recv_and_ack() 2347 QUICNetVConnection::_state_connection_established_migrate_connection(const QUICPacketR &p) in _state_connection_established_migrate_connection()
|
H A D | QUICPacketHandler.cc | 406 QUICPacketR::type(type, buf, buf_len); in _stateless_retry()
|