Home
last modified time | relevance | path

Searched refs:get_by_addr (Results 1 – 2 of 2) sorted by relevance

/webrtc/turn/src/client/
H A Drelay_conn.rs260 if let Some(b) = bm.get_by_addr(&bind_addr) { in send_to()
279 } else if let Some(b) = bm.get_by_addr(&bind_addr) { in send_to()
285 } else if let Some(b) = bm.get_by_addr(&bind_addr) { in send_to()
324 if let Some(b) = bm.get_by_addr(&bind_addr) { in send_to()
338 } else if let Some(b) = bm.get_by_addr(&bind_addr) { in send_to()
344 } else if let Some(b) = bm.get_by_addr(&bind_addr) { in send_to()
H A Dbinding.rs95 pub(crate) fn get_by_addr(&mut self, addr: &SocketAddr) -> Option<&mut Binding> { in get_by_addr() method