Home
last modified time | relevance | path

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

/external/cronet/net/third_party/quiche/src/quiche/quic/core/frames/
Dquic_path_challenge_frame.h17 struct QUIC_EXPORT_PRIVATE QuicPathChallengeFrame struct
27 QuicFrameType type;
31 QuicControlFrameId control_frame_id = kInvalidControlFrameId;
Dquic_path_challenge_frame.cc12 QuicPathChallengeFrame::QuicPathChallengeFrame() in QuicPathChallengeFrame() function in quic::QuicPathChallengeFrame
15 QuicPathChallengeFrame::QuicPathChallengeFrame( in QuicPathChallengeFrame() function in quic::QuicPathChallengeFrame
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dchlo_extractor.cc251 const QuicPathChallengeFrame& /*frame*/) { in OnPathChallengeFrame()
Dtls_chlo_extractor.h145 bool OnPathChallengeFrame(const QuicPathChallengeFrame& /*frame*/) override { in OnPathChallengeFrame()
Dquic_connection.h400 virtual void OnPathChallengeFrame(const QuicPathChallengeFrame& /*frame*/) {} in OnPathChallengeFrame()
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dquic_test_utils.cc399 const QuicPathChallengeFrame& /*frame*/) { in OnPathChallengeFrame()