Searched defs:new_scid (Results 1 – 5 of 5) sorted by relevance
54 fn new_scid() -> [u8; quiche::MAX_CONN_ID_LEN] { in new_scid() function
368 pub fn new_scid( in new_scid() method
543 let new_scid = unsafe { slice::from_raw_parts(new_scid, new_scid_len) }; in quiche_retry() localVariable544 let new_scid = ConnectionId::from_ref(new_scid); in quiche_retry() localVariable