Home
last modified time | relevance | path

Searched refs:send_binding_request_to (Results 1 – 4 of 4) sorted by relevance

/webrtc/turn/src/client/
H A Dclient_test.rs87 if let Ok(resp) = c2.send_binding_request_to(&to.to_string()).await { in test_client_with_stun_send_binding_request_to_parallel()
95 let resp = c1.send_binding_request_to(&to.to_string()).await?; in test_client_with_stun_send_binding_request_to_parallel()
113 let result = c.send_binding_request_to(&to.to_string()).await; in test_client_with_stun_send_binding_request_to_timeout()
H A Dmod.rs437 async fn send_binding_request_to(&mut self, to: &str) -> Result<SocketAddr> { in send_binding_request_to() method
468 self.send_binding_request_to(&self.stun_serv_addr.clone()) in send_binding_request()
611 pub async fn send_binding_request_to(&self, to: &str) -> Result<SocketAddr> { in send_binding_request_to() method
613 ci.send_binding_request_to(to).await in send_binding_request_to()
/webrtc/turn/src/allocation/allocation_manager/
H A Dallocation_manager_test.rs465 .send_binding_request_to(format!("127.0.0.1:{server_port}").as_str()) in test_get_allocations_info()
468 .send_binding_request_to(format!("127.0.0.1:{server_port}").as_str()) in test_get_allocations_info()
471 .send_binding_request_to(format!("127.0.0.1:{server_port}").as_str()) in test_get_allocations_info()
507 .send_binding_request_to(format!("127.0.0.1:{server_port}").as_str()) in test_get_allocations_info_bytes_count()
588 .send_binding_request_to(format!("127.0.0.1:{server_port}").as_str()) in test_alloc_close_notify()
/webrtc/turn/src/server/
H A Dserver_test.rs88 .send_binding_request_to(format!("127.0.0.1:{server_port}").as_str()) in test_server_simple()