Searched refs:hosts (Results 1 – 1 of 1) sorted by relevance
17 hosts: HashMap<String, IpAddr>, field24 hosts: HashMap::new(), in new()42 self.hosts.insert(name, ip); in add_host()51 if let Some(ip) = self.hosts.get(&host_name) { in lookup()