Home
last modified time | relevance | path

Searched defs:ReceivedPacketInfo (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_packets.h425 struct QUICHE_EXPORT ReceivedPacketInfo { struct
438 const QuicSocketAddress& self_address;
439 const QuicSocketAddress& peer_address;
440 const QuicReceivedPacket& packet;
442 PacketHeaderFormat form;
444 QuicLongHeaderType long_packet_type;
445 bool version_flag;
446 bool use_length_prefix;
447 QuicVersionLabel version_label;
448 ParsedQuicVersion version;
[all …]
H A Dquic_connection.h1563 struct QUICHE_EXPORT ReceivedPacketInfo { struct
1590 std::ostream& os, const QuicConnection::ReceivedPacketInfo& info); argument
H A Dquic_dispatcher.cc1111 const ReceivedPacketInfo& /*packet_info*/) { in ShouldCreateSessionForUnknownVersion()
1253 const ReceivedPacketInfo& /*packet_info*/) { in OnFailedToDispatchPacket()
H A Dquic_dispatcher.h228 const ReceivedPacketInfo& /*packet_info*/, in ValidityChecksOnFullChlo()
H A Dquic_packets.cc525 ReceivedPacketInfo::ReceivedPacketInfo(const QuicSocketAddress& self_address, in ReceivedPacketInfo() function in quic::ReceivedPacketInfo
H A Dquic_connection.cc4955 QuicConnection::ReceivedPacketInfo::ReceivedPacketInfo(QuicTime receipt_time) in ReceivedPacketInfo() function in quic::QuicConnection::ReceivedPacketInfo
4957 QuicConnection::ReceivedPacketInfo::ReceivedPacketInfo( in ReceivedPacketInfo() function in quic::QuicConnection::ReceivedPacketInfo