Searched refs:etc_hosts (Results 1 – 2 of 2) sorted by relevance
39 etc_hosts_free(&m->etc_hosts); in manager_etc_hosts_flush()334 r = etc_hosts_parse(&m->etc_hosts, f); in manager_etc_hosts_read()371 item = hashmap_get(m->etc_hosts.by_address, &k); in manager_etc_hosts_lookup()418 bn = hashmap_get(m->etc_hosts.by_name, name); in manager_etc_hosts_lookup()425 if (!set_contains(m->etc_hosts.no_address, name)) in manager_etc_hosts_lookup()
132 EtcHosts etc_hosts; member