Searched refs:send_binding_request_to (Results 1 – 4 of 4) sorted by relevance
87 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()
437 async fn send_binding_request_to(&mut self, to: &str) -> Result<SocketAddr> { in send_binding_request_to() method468 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() method613 ci.send_binding_request_to(to).await in send_binding_request_to()
465 .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()
88 .send_binding_request_to(format!("127.0.0.1:{server_port}").as_str()) in test_server_simple()