Home
last modified time | relevance | path

Searched refs:t_id (Results 1 – 3 of 3) sorted by relevance

/webrtc/stun/src/
H A Dmessage.rs67 let t_id = base64::encode(self.transaction_id.0); in fmt() localVariable
74 t_id in fmt()
/webrtc/stun/src/message/
H A Dmessage_test.rs425 let t_id = TransactionId([1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]); in test_message_equal() localVariable
430 transaction_id: t_id, in test_message_equal()
/webrtc/ice/src/agent/
H A Dagent_test.rs837 let mut t_id = TransactionId::default(); in test_inbound_validity() localVariable
838 t_id.0[..3].copy_from_slice(b"ABC"); in test_inbound_validity()
848 Box::new(t_id), in test_inbound_validity()