Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_packet_creator.h266 bool AddPathResponseFrame(const QuicPathFrameBuffer& data_buffer);
H A Dquic_packet_creator.cc2264 bool QuicPacketCreator::AddPathResponseFrame( in AddPathResponseFrame() function in quic::QuicPacketCreator
H A Dquic_connection.cc6761 return packet_creator_.AddPathResponseFrame(data_buffer); in SendPathResponse()