Searched refs:t_id (Results 1 – 3 of 3) sorted by relevance
| /webrtc/stun/src/ |
| H A D | message.rs | 67 let t_id = base64::encode(self.transaction_id.0); in fmt() localVariable 74 t_id in fmt()
|
| /webrtc/stun/src/message/ |
| H A D | message_test.rs | 425 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 D | agent_test.rs | 837 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()
|