Searched refs:MAX_CONN_ID_LEN (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/examples/ |
D | server.rs | 161 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()
|
D | http3-server.rs | 163 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()
|
D | client.rs | 104 let mut scid = [0; quiche::MAX_CONN_ID_LEN]; in main()
|
D | http3-client.rs | 101 let mut scid = [0; quiche::MAX_CONN_ID_LEN]; in main()
|
/aosp_15_r20/external/rust/crates/quiche/examples/ |
D | server.rs | 161 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()
|
D | http3-server.rs | 163 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()
|
D | client.rs | 104 let mut scid = [0; quiche::MAX_CONN_ID_LEN]; in main()
|
D | http3-client.rs | 101 let mut scid = [0; quiche::MAX_CONN_ID_LEN]; in main()
|
/aosp_15_r20/packages/modules/DnsResolver/doh/connection/ |
D | mod.rs | 54 fn new_scid() -> [u8; quiche::MAX_CONN_ID_LEN] { in new_scid() 56 let mut scid = [0; quiche::MAX_CONN_ID_LEN];
|
/aosp_15_r20/external/rust/crates/quiche/src/ |
D | lib.rs | 429 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()
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/ |
D | lib.rs | 429 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()
|