Home
last modified time | relevance | path

Searched refs:MAX_CONN_ID_LEN (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/quiche/examples/
Dserver.rs161 quiche::MAX_CONN_ID_LEN, in main()
174 let conn_id = &conn_id.as_ref()[..quiche::MAX_CONN_ID_LEN]; in main()
207 let mut scid = [0; quiche::MAX_CONN_ID_LEN]; in main()
Dhttp3-server.rs163 quiche::MAX_CONN_ID_LEN, in main()
176 let conn_id = &conn_id.as_ref()[..quiche::MAX_CONN_ID_LEN]; in main()
209 let mut scid = [0; quiche::MAX_CONN_ID_LEN]; in main()
Dclient.rs104 let mut scid = [0; quiche::MAX_CONN_ID_LEN]; in main()
Dhttp3-client.rs101 let mut scid = [0; quiche::MAX_CONN_ID_LEN]; in main()
/external/rust/crates/quiche/src/
Dlib.rs429 pub const MAX_CONN_ID_LEN: usize = crate::packet::MAX_CID_LEN as usize; constant
11665 let hdr = Header::from_slice(&mut buf[..len], MAX_CONN_ID_LEN).unwrap(); in retry()
11669 let mut scid = [0; MAX_CONN_ID_LEN]; in retry()
11690 let hdr = Header::from_slice(&mut buf[..len], MAX_CONN_ID_LEN).unwrap(); in retry()
11732 let hdr = Header::from_slice(&mut buf[..len], MAX_CONN_ID_LEN).unwrap(); in missing_retry_source_connection_id()
11734 let mut scid = [0; MAX_CONN_ID_LEN]; in missing_retry_source_connection_id()
11792 let hdr = Header::from_slice(&mut buf[..len], MAX_CONN_ID_LEN).unwrap(); in invalid_retry_source_connection_id()
11794 let mut scid = [0; MAX_CONN_ID_LEN]; in invalid_retry_source_connection_id()