Searched refs:get_by_addr (Results 1 – 2 of 2) sorted by relevance
260 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()
95 pub(crate) fn get_by_addr(&mut self, addr: &SocketAddr) -> Option<&mut Binding> { in get_by_addr() method