Home
last modified time | relevance | path

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

/systemd-251/src/resolve/
Dresolved-etc-hosts.c166 static const struct in_addr_data local_in_addrs[] = { in strip_localhost() local
193 for (size_t j = 0; j < ELEMENTSOF(local_in_addrs); j++) { in strip_localhost()
196 item = hashmap_get(hosts->by_address, local_in_addrs + j); in strip_localhost()
248 assert_se(hashmap_remove(hosts->by_address, local_in_addrs + j) == item); in strip_localhost()