Home
last modified time | relevance | path

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

/webrtc/turn/src/allocation/allocation_manager/
H A Dallocation_manager_test.rs86 let channel_bind = ChannelBind::new( in test_packet_handler() localVariable
96 a.add_channel_bind(channel_bind.clone(), DEFAULT_LIFETIME) in test_packet_handler()
152 channel_bind.number, channel_data.number, in test_packet_handler()
/webrtc/turn/src/allocation/
H A Dmod.rs5 pub mod channel_bind; module
11 use channel_bind::*;
/webrtc/turn/src/server/
H A Drequest.rs5 use crate::allocation::channel_bind::ChannelBind;