Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dframe.rs130 ConnectionClose { enumerator
251 0x1c => Frame::ConnectionClose { in from_bytes()
281 (packet::Type::ZeroRTT, Frame::ConnectionClose { .. }) => false, in from_bytes()
287 (_, Frame::ConnectionClose { .. }) => true, in from_bytes()
489 Frame::ConnectionClose { in to_bytes()
675 Frame::ConnectionClose { in wire_len()
712 Frame::ConnectionClose { .. }) in ack_eliciting()
842 Frame::ConnectionClose { in to_qlog()
981 Frame::ConnectionClose { in fmt()
1695 let frame = Frame::ConnectionClose { in connection_close()
Dlib.rs2254 let frame = frame::Frame::ConnectionClose { in send()
3876 frame::Frame::ConnectionClose { .. } => { in process_frame()
/external/openscreen/osp/impl/presentation/
Dpresentation_controller.cc52 DECLARE_MSG_REQUEST_RESPONSE(ConnectionClose);