Searched refs:rst_error_code (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/cronet/net/quic/ |
H A D | quic_test_packet_maker.cc | 306 quic::QuicRstStreamErrorCode rst_error_code, in MakeRstAndDataPacket() argument 311 AddQuicStopSendingFrame(rst_stream_id, rst_error_code); in MakeRstAndDataPacket() 312 AddQuicRstStreamFrame(rst_stream_id, rst_error_code); in MakeRstAndDataPacket() 323 quic::QuicRstStreamErrorCode rst_error_code, in MakeRetransmissionRstAndDataPacket() argument 343 AddQuicStopSendingFrame(rst_stream_id, rst_error_code); in MakeRetransmissionRstAndDataPacket() 344 AddQuicRstStreamFrame(rst_stream_id, rst_error_code); in MakeRetransmissionRstAndDataPacket() 356 quic::QuicRstStreamErrorCode rst_error_code) { in MakeDataAndRstPacket() argument 360 AddQuicStopSendingFrame(rst_stream_id, rst_error_code); in MakeDataAndRstPacket() 361 AddQuicRstStreamFrame(rst_stream_id, rst_error_code); in MakeDataAndRstPacket() 372 quic::QuicRstStreamErrorCode rst_error_code, in MakeDataRstAndAckPacket() argument [all …]
|
H A D | quic_test_packet_maker.h | 129 quic::QuicRstStreamErrorCode rst_error_code, 137 quic::QuicRstStreamErrorCode rst_error_code, 147 quic::QuicRstStreamErrorCode rst_error_code); 154 quic::QuicRstStreamErrorCode rst_error_code,
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/tools/ |
H A D | quic_simple_dispatcher.h | 32 int GetRstErrorCount(QuicRstStreamErrorCode rst_error_code) const;
|