Home
last modified time | relevance | path

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

/webrtc/sctp/src/association/
H A Dmod.rs339 ai.t1init = Some(RtxTimer::new( in new()
399 if let Some(t1init) = &ai.t1init { in new()
400 t1init.start(rto).await; in new()
H A Dassociation_internal.rs65 pub(crate) t1init: Option<RtxTimer<AssociationInternal>>, field
271 if let Some(t1init) = &self.t1init { in close_all_timers()
272 t1init.stop().await; in close_all_timers()
756 if let Some(t1init) = &self.t1init { in handle_init_ack()
757 t1init.stop().await; in handle_init_ack()
840 if let Some(t1init) = &self.t1init { in handle_cookie_echo()
841 t1init.stop().await; in handle_cookie_echo()