Home
last modified time | relevance | path

Searched defs:FiveTuple (Results 1 – 5 of 5) sorted by relevance

/webrtc/turn/src/allocation/
H A Dfive_tuple.rs16 pub struct FiveTuple { struct
22 impl Default for FiveTuple { implementation
32 impl fmt::Display for FiveTuple { implementation
38 impl fmt::Debug for FiveTuple { implementation
H A Dallocation_manager.rs52 five_tuples: Option<Vec<FiveTuple>>, in get_allocations_info()
53 ) -> HashMap<FiveTuple, AllocationInfo> { in get_allocations_info()
84 five_tuple: FiveTuple, in create_allocation()
126 pub async fn delete_allocation(&self, five_tuple: &FiveTuple) { in delete_allocation()
H A Dmod.rs56 five_tuple: FiveTuple, in new()
99 five_tuple: FiveTuple, in new()
/webrtc/turn/src/proto/
H A Daddr.rs52 pub struct FiveTuple { struct
58 impl fmt::Display for FiveTuple { implementation
/webrtc/turn/src/server/
H A Dmod.rs114 five_tuples: Option<Vec<FiveTuple>>, in get_allocations_info()
115 ) -> Result<HashMap<FiveTuple, AllocationInfo>> { in get_allocations_info()