Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/frames/
H A Dquic_path_response_frame.h17 struct QUICHE_EXPORT QuicPathResponseFrame struct
27 QuicFrameType type;
31 QuicControlFrameId control_frame_id = kInvalidControlFrameId;
H A Dquic_path_response_frame.cc12 QuicPathResponseFrame::QuicPathResponseFrame() in QuicPathResponseFrame() function in quic::QuicPathResponseFrame
15 QuicPathResponseFrame::QuicPathResponseFrame( in QuicPathResponseFrame() function in quic::QuicPathResponseFrame
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dchlo_extractor.cc262 const QuicPathResponseFrame& /*frame*/) { in OnPathResponseFrame()
H A Dtls_chlo_extractor.h152 bool OnPathResponseFrame(const QuicPathResponseFrame& /*frame*/) override { in OnPathResponseFrame()
H A Dquic_connection.h416 virtual void OnPathResponseFrame(const QuicPathResponseFrame& /*frame*/) {} in OnPathResponseFrame()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dquic_test_utils.cc409 const QuicPathResponseFrame& /*frame*/) { in OnPathResponseFrame()