Home
last modified time | relevance | path

Searched refs:FiveTuple (Results 1 – 12 of 12) sorted by relevance

/webrtc/turn/src/allocation/five_tuple/
H A Dfive_tuple_test.rs36 FiveTuple { in test_five_tuple_equal()
41 FiveTuple { in test_five_tuple_equal()
50 FiveTuple { in test_five_tuple_equal()
55 FiveTuple { in test_five_tuple_equal()
64 FiveTuple { in test_five_tuple_equal()
69 FiveTuple { in test_five_tuple_equal()
78 FiveTuple { in test_five_tuple_equal()
83 FiveTuple { in test_five_tuple_equal()
/webrtc/turn/src/proto/addr/
H A Daddr_test.rs39 ("blank", FiveTuple::default(), FiveTuple::default(), true), in test_five_tuple_equal()
42 FiveTuple { in test_five_tuple_equal()
46 FiveTuple::default(), in test_five_tuple_equal()
51 FiveTuple { in test_five_tuple_equal()
58 FiveTuple::default(), in test_five_tuple_equal()
63 FiveTuple { in test_five_tuple_equal()
70 FiveTuple::default(), in test_five_tuple_equal()
85 let s = FiveTuple { in test_five_tuple_string()
/webrtc/turn/src/allocation/
H A Dfive_tuple.rs16 pub struct FiveTuple { struct
22 impl Default for FiveTuple { argument
24 FiveTuple { in default()
32 impl fmt::Display for FiveTuple { implementation
38 impl fmt::Debug for FiveTuple { implementation
H A Dallocation_test.rs17 FiveTuple::default(), in test_has_permission()
55 FiveTuple::default(), in test_add_permission()
79 FiveTuple::default(), in test_remove_permission()
112 FiveTuple::default(), in test_add_channel_bind()
146 FiveTuple::default(), in test_get_channel_by_number()
182 FiveTuple::default(), in test_get_channel_by_addr()
214 FiveTuple::default(), in test_remove_channel_bind()
251 FiveTuple::default(), in test_allocation_refresh()
273 FiveTuple::default(), in test_allocation_close()
H A Dallocation_manager.rs52 five_tuples: Option<Vec<FiveTuple>>, in get_allocations_info() argument
53 ) -> HashMap<FiveTuple, AllocationInfo> { in get_allocations_info() argument
76 pub async fn get_allocation(&self, five_tuple: &FiveTuple) -> Option<Arc<Allocation>> { in get_allocation()
84 five_tuple: FiveTuple, in create_allocation() argument
126 pub async fn delete_allocation(&self, five_tuple: &FiveTuple) { in delete_allocation() argument
H A Dmod.rs37 pub type AllocationMap = Arc<Mutex<HashMap<FiveTuple, Arc<Allocation>>>>;
43 pub five_tuple: FiveTuple,
56 five_tuple: FiveTuple, in new() argument
76 five_tuple: FiveTuple,
99 five_tuple: FiveTuple, in new() argument
/webrtc/turn/src/server/
H A Dmod.rs8 allocation::{allocation_manager::*, five_tuple::FiveTuple, AllocationInfo},
114 five_tuples: Option<Vec<FiveTuple>>, in get_allocations_info() argument
115 ) -> Result<HashMap<FiveTuple, AllocationInfo>> { in get_allocations_info() argument
131 let mut info: HashMap<FiveTuple, AllocationInfo> = HashMap::new(); in get_allocations_info()
254 Option<Vec<FiveTuple>>,
255 mpsc::Sender<HashMap<FiveTuple, AllocationInfo>>,
H A Drequest.rs297 let five_tuple = FiveTuple { in handle_allocate_request()
566 let five_tuple = FiveTuple { in handle_refresh_request()
600 .get_allocation(&FiveTuple { in handle_create_permission_request()
667 .get_allocation(&FiveTuple { in handle_send_indication()
708 .get_allocation(&FiveTuple { in handle_channel_bind_request()
777 .get_allocation(&FiveTuple { in handle_channel_data()
/webrtc/turn/src/proto/
H A Daddr.rs52 pub struct FiveTuple { struct
58 impl fmt::Display for FiveTuple { argument
/webrtc/turn/src/allocation/channel_bind/
H A Dchannel_bind_test.rs18 FiveTuple::default(), in create_channel_bind()
/webrtc/turn/src/server/request/
H A Drequest_test.rs82 let five_tuple = FiveTuple { in test_allocation_lifetime_deletion_zero_lifetime()
/webrtc/turn/src/allocation/allocation_manager/
H A Dallocation_manager_test.rs35 fn random_five_tuple() -> FiveTuple { in random_five_tuple()
37 FiveTuple { in random_five_tuple()
71 FiveTuple { in test_packet_handler()