Home
last modified time | relevance | path

Searched refs:PathChallenge (Results 1 – 17 of 17) sorted by relevance

/dports/www/firefox/firefox-99.0/third_party/rust/neqo-transport/src/
H A Dframe.rs166 PathChallenge { enumerator
238 Self::PathChallenge { .. } => FRAME_TYPE_PATH_CHALLENGE, in get_type()
300 | Self::PathChallenge { .. } in path_probing()
537 Ok(Self::PathChallenge { data: datav }) in decode()
830 let f = Frame::PathChallenge { data: [9; 8] }; in path_challenge()
H A Dqlog.rs406 Frame::PathChallenge { data } => QuicFrame::path_challenge(Some(hex(data))), in frame_to_qlogframe()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-transport/src/
H A Dframe.rs162 PathChallenge { enumerator
230 Self::PathChallenge { .. } => FRAME_TYPE_PATH_CHALLENGE, in get_type()
285 | Self::PathChallenge { .. } in path_probing()
521 Ok(Self::PathChallenge { data: datav }) in decode()
803 let f = Frame::PathChallenge { data: [9; 8] }; in path_challenge()
H A Dqlog.rs406 Frame::PathChallenge { data } => QuicFrame::path_challenge(Some(hex(data))), in frame_to_qlogframe()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-transport/src/
H A Dframe.rs162 PathChallenge { enumerator
230 Self::PathChallenge { .. } => FRAME_TYPE_PATH_CHALLENGE, in get_type()
285 | Self::PathChallenge { .. } in path_probing()
521 Ok(Self::PathChallenge { data: datav }) in decode()
803 let f = Frame::PathChallenge { data: [9; 8] }; in path_challenge()
H A Dqlog.rs406 Frame::PathChallenge { data } => QuicFrame::path_challenge(Some(hex(data))), in frame_to_qlogframe()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/neqo-transport/src/
H A Dframe.rs184 PathChallenge { enumerator
235 Self::PathChallenge { .. } => FRAME_TYPE_PATH_CHALLENGE, in get_type()
430 Self::PathChallenge { data } => { in marshal()
680 Ok(Self::PathChallenge { data: datav }) in decode()
930 let f = Frame::PathChallenge { data: [9; 8] }; in test_path_challenge()
H A Dconnection.rs1609 Frame::PathChallenge { data } => self.flow_mgr.borrow_mut().path_response(data), in input_frame()
/dports/net/quiche/quiche-0.9.0/src/
H A Dframe.rs134 PathChallenge { enumerator
255 0x1a => Frame::PathChallenge { in from_bytes()
482 Frame::PathChallenge { data } => { in to_bytes()
690 Frame::PathChallenge { .. } => { in wire_len()
876 Frame::PathChallenge { .. } => qlog::QuicFrame::path_challenge(Some( in to_qlog()
1035 Frame::PathChallenge { data } => { in fmt()
1741 let frame = Frame::PathChallenge { in path_challenge()
H A Dlib.rs4808 frame::Frame::PathChallenge { data } => { in process_frame()
7109 let frames = [frame::Frame::PathChallenge { in path_challenge()
/dports/www/firefox/firefox-99.0/third_party/rust/qlog/src/
H A Dlib.rs1654 PathChallenge, enumerator
1948 PathChallenge { enumerator
2131 QuicFrame::PathChallenge { in path_challenge()
2132 frame_type: QuicFrameTypeName::PathChallenge, in path_challenge()
/dports/net/quiche/quiche-0.9.0/tools/qlog/src/
H A Dlib.rs1650 PathChallenge, enumerator
1940 PathChallenge { enumerator
2123 QuicFrame::PathChallenge { in path_challenge()
2124 frame_type: QuicFrameTypeName::PathChallenge, in path_challenge()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/qlog/src/
H A Dlib.rs1654 PathChallenge, enumerator
1948 PathChallenge { enumerator
2131 QuicFrame::PathChallenge { in path_challenge()
2132 frame_type: QuicFrameTypeName::PathChallenge, in path_challenge()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/qlog/src/
H A Dlib.rs1654 PathChallenge, enumerator
1948 PathChallenge { enumerator
2131 QuicFrame::PathChallenge { in path_challenge()
2132 frame_type: QuicFrameTypeName::PathChallenge, in path_challenge()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-transport/src/connection/
H A Dmod.rs2400 Frame::PathChallenge { data } => { in input_frame()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-transport/src/connection/
H A Dmod.rs2400 Frame::PathChallenge { data } => { in input_frame()
/dports/www/firefox/firefox-99.0/third_party/rust/neqo-transport/src/connection/
H A Dmod.rs2450 Frame::PathChallenge { data } => { in input_frame()