Home
last modified time | relevance | path

Searched defs:TransactionId (Results 1 – 4 of 4) sorted by relevance

/webrtc/stun/src/
H A Dagent.rs84 pub struct TransactionId(pub [u8; TRANSACTION_ID_SIZE]); struct
86 impl TransactionId { impl
96 impl Setter for TransactionId { implementation
127 pub fn stop_with_error(&mut self, id: TransactionId, error: Error) -> Result<()> { in stop_with_error()
193 pub fn start(&mut self, id: TransactionId, deadline: Instant) -> Result<()> { in start()
H A Dclient.rs283 mut t: HashMap<TransactionId, ClientTransaction>, in start()
/webrtc/turn/src/server/
H A Drequest.rs859 transaction_id: TransactionId, in build_msg()
/webrtc/ice/src/agent/
H A Dagent_internal.rs807 id: TransactionId, in handle_inbound_binding_success()