Home
last modified time | relevance | path

Searched defs:five_tuple (Results 1 – 4 of 4) sorted by relevance

/webrtc/turn/src/allocation/
H A Dmod.rs6 pub mod five_tuple; module
43 pub five_tuple: FiveTuple, field
76 five_tuple: FiveTuple, field
271 let five_tuple = self.five_tuple; in start() localVariable
337 let five_tuple = self.five_tuple; in packet_handler() localVariable
/webrtc/turn/src/allocation/allocation_manager/
H A Dallocation_manager_test.rs176 let five_tuple = random_five_tuple(); in test_create_allocation_duplicate_five_tuple() localVariable
211 let five_tuple = random_five_tuple(); in test_delete_allocation() localVariable
251 let five_tuple = random_five_tuple(); in test_allocation_timeout() localVariable
/webrtc/turn/src/server/request/
H A Drequest_test.rs82 let five_tuple = FiveTuple { in test_allocation_lifetime_deletion_zero_lifetime() localVariable
/webrtc/turn/src/server/
H A Drequest.rs297 let five_tuple = FiveTuple { in handle_allocate_request() localVariable
566 let five_tuple = FiveTuple { in handle_refresh_request() localVariable