Searched defs:QuicGoAwayFrame (Results 1 – 3 of 3) sorted by relevance
686 struct NET_EXPORT_PRIVATE QuicGoAwayFrame { struct687 QuicGoAwayFrame() {} in QuicGoAwayFrame() function692 QuicErrorCode error_code;693 QuicStreamId last_good_stream_id;694 std::string reason_phrase;
323 QuicGoAwayFrame::QuicGoAwayFrame(QuicErrorCode error_code, in QuicGoAwayFrame() function in net::QuicGoAwayFrame
253 bool QuicTimeWaitListManager::OnGoAwayFrame(const QuicGoAwayFrame& /*frame*/) { in OnGoAwayFrame()