Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dcid.rs218 dcids: BoundedNonEmptyConnectionIdVecDeque, field
289 let dcids = BoundedNonEmptyConnectionIdVecDeque::new( in new() localVariable
303 dcids, in new()
330 self.dcids.get(seq_num).ok_or(Error::InvalidState) in get_dcid()
423 self.dcids.clear_and_insert(ConnectionIdEntry { in set_initial_dcid()
455 if let Some(e) = self.dcids.iter().find(|e| e.cid == cid || e.seq == seq) in new_dcid()
507 self.dcids.remove_lower_than_and_insert( in new_dcid()
520 self.dcids.insert(new_entry)?; in new_dcid()
581 let e = self.dcids.remove(seq)?.ok_or(Error::InvalidState)?; in retire_dcid()
603 let e = self.dcids.get_mut(dcid_seq).ok_or(Error::InvalidState)?; in link_dcid_to_path_id()
[all …]