Home
last modified time | relevance | path

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

/webrtc/dtls/src/
H A Dstate.rs22 pub(crate) remote_epoch: Arc<AtomicU16>, field
55 remote_epoch: u16, field
71 remote_epoch: Arc::new(AtomicU16::new(0)), in default()
133 let remote_epoch = self.remote_epoch.load(Ordering::SeqCst); in serialize() localVariable
148 remote_epoch, in serialize()
165 self.remote_epoch in deserialize()
166 .store(serialized.remote_epoch, Ordering::SeqCst); in deserialize()
/webrtc/dtls/src/conn/
H A Dmod.rs64 remote_epoch: Arc<AtomicU16>, field
322 let remote_epoch = Arc::clone(&c.state.remote_epoch); in new() localVariable
336 remote_epoch, in new()
901 let epoch = ctx.remote_epoch.load(Ordering::SeqCst); in handle_incoming_packet()
1089 ctx.remote_epoch.store(new_remote_epoch, Ordering::SeqCst); in handle_incoming_packet()
/webrtc/dtls/src/flight/
H A Dflight1.rs126 state.remote_epoch.store(zero_epoch, Ordering::SeqCst); in generate()
H A Dflight0.rs195 state.remote_epoch.store(zero_epoch, Ordering::SeqCst); in generate()