Searched defs:State (Results 1 – 11 of 11) sorted by relevance
| /webrtc/dtls/src/ |
| H A D | state.rs | 20 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 D | flight3.rs | 44 state: &mut State, in parse() 348 state: &mut State, in generate() 415 state: &mut State, in handle_server_key_exchange()
|
| H A D | flight0.rs | 30 state: &mut State, in parse() 184 state: &mut State, in generate()
|
| H A D | flight2.rs | 31 state: &mut State, in parse() 110 state: &mut State, in generate()
|
| H A D | flight1.rs | 40 state: &mut State, in parse() 120 state: &mut State, in generate()
|
| H A D | flight6.rs | 30 state: &mut State, in parse() 72 state: &mut State, in generate()
|
| H A D | mod.rs | 75 state: &mut State, in parse() 82 state: &mut State, in generate()
|
| H A D | flight5.rs | 42 state: &mut State, in parse() 177 state: &mut State, in generate() 602 state: &mut State, in initalize_cipher_suite()
|
| H A D | flight4.rs | 48 state: &mut State, in parse() 499 state: &mut State, in generate()
|
| /webrtc/webrtc/src/rtp_transceiver/rtp_receiver/ |
| H A D | mod.rs | 30 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 D | mod.rs | 148 initial_state: Option<State>, in new() 486 pub async fn connection_state(&self) -> State { in connection_state()
|