Searched defs:turn_socket (Results 1 – 4 of 4) sorted by relevance
10 let turn_socket = Arc::new(UdpSocket::bind("0.0.0.0:0").await?); in test_has_permission() localVariable48 let turn_socket = Arc::new(UdpSocket::bind("0.0.0.0:0").await?); in test_add_permission() localVariable72 let turn_socket = Arc::new(UdpSocket::bind("0.0.0.0:0").await?); in test_remove_permission() localVariable105 let turn_socket = Arc::new(UdpSocket::bind("0.0.0.0:0").await?); in test_add_channel_bind() localVariable139 let turn_socket = Arc::new(UdpSocket::bind("0.0.0.0:0").await?); in test_get_channel_by_number() localVariable175 let turn_socket = Arc::new(UdpSocket::bind("0.0.0.0:0").await?); in test_get_channel_by_addr() localVariable207 let turn_socket = Arc::new(UdpSocket::bind("0.0.0.0:0").await?); in test_remove_channel_bind() localVariable244 let turn_socket = Arc::new(UdpSocket::bind("0.0.0.0:0").await?); in test_allocation_refresh() localVariable266 let turn_socket = Arc::new(UdpSocket::bind("0.0.0.0:0").await?); in test_allocation_close() localVariable
73 turn_socket: Arc<dyn Conn + Send + Sync>, field340 let turn_socket = Arc::clone(&self.turn_socket); in packet_handler() localVariable
49 let turn_socket = UdpSocket::bind("127.0.0.1:0").await?; in test_packet_handler() localVariable172 let turn_socket: Arc<dyn Conn + Send + Sync> = Arc::new(UdpSocket::bind("0.0.0.0:0").await?); in test_create_allocation_duplicate_five_tuple() localVariable207 let turn_socket: Arc<dyn Conn + Send + Sync> = Arc::new(UdpSocket::bind("0.0.0.0:0").await?); in test_delete_allocation() localVariable243 let turn_socket: Arc<dyn Conn + Send + Sync> = Arc::new(UdpSocket::bind("0.0.0.0:0").await?); in test_allocation_timeout() localVariable296 let turn_socket: Arc<dyn Conn + Send + Sync> = Arc::new(UdpSocket::bind("0.0.0.0:0").await?); in test_manager_close() localVariable342 let turn_socket: Arc<dyn Conn + Send + Sync> = Arc::new(UdpSocket::bind("0.0.0.0:0").await?); in test_delete_allocation_by_username() localVariable
11 let turn_socket = Arc::new(UdpSocket::bind("0.0.0.0:0").await?); in create_channel_bind() localVariable