Home
last modified time | relevance | path

Searched refs:rst_error_code (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/quic/
H A Dquic_test_packet_maker.cc306 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 Dquic_test_packet_maker.h129 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 Dquic_simple_dispatcher.h32 int GetRstErrorCount(QuicRstStreamErrorCode rst_error_code) const;