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.rs158 quiche::MAX_CONN_ID_LEN, in main()
171 let conn_id = &conn_id.as_ref()[..quiche::MAX_CONN_ID_LEN]; in main()
203 let mut scid = [0; quiche::MAX_CONN_ID_LEN]; in main()
Dhttp3-server.rs166 quiche::MAX_CONN_ID_LEN, in main()
179 let conn_id = &conn_id.as_ref()[..quiche::MAX_CONN_ID_LEN]; in main()
211 let mut scid = [0; quiche::MAX_CONN_ID_LEN]; in main()
Dclient.rs103 let mut scid = [0; quiche::MAX_CONN_ID_LEN]; in main()
Dhttp3-client.rs104 let mut scid = [0; quiche::MAX_CONN_ID_LEN]; in main()
/external/rust/crates/quiche/src/
Dlib.rs285 pub const MAX_CONN_ID_LEN: usize = crate::packet::MAX_CID_LEN as usize; constant
6498 let hdr = Header::from_slice(&mut buf[..len], MAX_CONN_ID_LEN).unwrap(); in retry()
6502 let mut scid = [0; MAX_CONN_ID_LEN]; in retry()
6522 let hdr = Header::from_slice(&mut buf[..len], MAX_CONN_ID_LEN).unwrap(); in retry()
6557 let hdr = Header::from_slice(&mut buf[..len], MAX_CONN_ID_LEN).unwrap(); in missing_retry_source_connection_id()
6559 let mut scid = [0; MAX_CONN_ID_LEN]; in missing_retry_source_connection_id()
6612 let hdr = Header::from_slice(&mut buf[..len], MAX_CONN_ID_LEN).unwrap(); in invalid_retry_source_connection_id()
6614 let mut scid = [0; MAX_CONN_ID_LEN]; in invalid_retry_source_connection_id()