Home
last modified time | relevance | path

Searched defs:QuicPathChallengeFrame (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_challenge_frame.h17 struct QUICHE_EXPORT QuicPathChallengeFrame struct
27 QuicFrameType type;
31 QuicControlFrameId control_frame_id = kInvalidControlFrameId;
H A Dquic_path_challenge_frame.cc12 QuicPathChallengeFrame::QuicPathChallengeFrame() in QuicPathChallengeFrame() function in quic::QuicPathChallengeFrame
15 QuicPathChallengeFrame::QuicPathChallengeFrame( in QuicPathChallengeFrame() function in quic::QuicPathChallengeFrame
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dchlo_extractor.cc257 const QuicPathChallengeFrame& /*frame*/) { in OnPathChallengeFrame()
H A Dtls_chlo_extractor.h149 bool OnPathChallengeFrame(const QuicPathChallengeFrame& /*frame*/) override { in OnPathChallengeFrame()
H A Dquic_connection.h413 virtual void OnPathChallengeFrame(const QuicPathChallengeFrame& /*frame*/) {} in OnPathChallengeFrame()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dquic_test_utils.cc404 const QuicPathChallengeFrame& /*frame*/) { in OnPathChallengeFrame()