Home
last modified time | relevance | path

Searched defs:State (Results 1 – 11 of 11) sorted by relevance

/webrtc/dtls/src/
H A Dstate.rs20 pub struct State { struct
21 pub(crate) local_epoch: Arc<AtomicU16>,
22 pub(crate) remote_epoch: Arc<AtomicU16>,
23 pub(crate) local_sequence_number: Arc<Mutex<Vec<u64>>>, // uint48
24 pub(crate) local_random: HandshakeRandom,
25 pub(crate) remote_random: HandshakeRandom,
26 pub(crate) master_secret: Vec<u8>,
53 struct SerializedState { argument
67 impl Default for State { argument
103 impl State { impl
[all …]
/webrtc/dtls/src/flight/
H A Dflight3.rs44 state: &mut State, in parse()
348 state: &mut State, in generate()
415 state: &mut State, in handle_server_key_exchange()
H A Dflight0.rs30 state: &mut State, in parse()
184 state: &mut State, in generate()
H A Dflight2.rs31 state: &mut State, in parse()
110 state: &mut State, in generate()
H A Dflight1.rs40 state: &mut State, in parse()
120 state: &mut State, in generate()
H A Dflight6.rs30 state: &mut State, in parse()
72 state: &mut State, in generate()
H A Dmod.rs75 state: &mut State, in parse()
82 state: &mut State, in generate()
H A Dflight5.rs42 state: &mut State, in parse()
177 state: &mut State, in generate()
602 state: &mut State, in initalize_cipher_suite()
H A Dflight4.rs48 state: &mut State, in parse()
499 state: &mut State, in generate()
/webrtc/webrtc/src/rtp_transceiver/rtp_receiver/
H A Dmod.rs30 pub enum State { enum
46 impl From<u8> for State { implementation
63 impl fmt::Display for State { implementation
75 impl State { impl
110 async fn wait_for(rx: &mut watch::Receiver<State>, states: &[State]) -> Result<()> { in wait_for()
354 pub(crate) fn current_state(&self) -> State { in current_state()
805 pub(crate) fn current_state(&self) -> State { in current_state()
/webrtc/dtls/src/conn/
H A Dmod.rs148 initial_state: Option<State>, in new()
486 pub async fn connection_state(&self) -> State { in connection_state()