Home
last modified time | relevance | path

Searched refs:PathResponse (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/quiche/src/
Dframe.rs126 PathResponse { enumerator
247 0x1b => Frame::PathResponse { in from_bytes()
279 (packet::Type::ZeroRTT, Frame::PathResponse { .. }) => false, in from_bytes()
483 Frame::PathResponse { data } => { in to_bytes()
670 Frame::PathResponse { .. } => { in wire_len()
837 Frame::PathResponse { .. } => qlog::QuicFrame::path_response(Some( in to_qlog()
977 Frame::PathResponse { data } => { in fmt()
1667 let frame = Frame::PathResponse { in path_response()
Dlib.rs2287 let frame = frame::Frame::PathResponse { in send()
3874 frame::Frame::PathResponse { .. } => (), in process_frame()
5650 Some(&frame::Frame::PathResponse { in path_challenge()