Home
last modified time | relevance | path

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

/systemd-251/src/resolve/
Dresolved-etc-hosts.c300 if (m->etc_hosts_last != USEC_INFINITY && m->etc_hosts_last + ETC_HOSTS_RECHECK_USEC > ts) in manager_etc_hosts_read()
303 m->etc_hosts_last = ts; in manager_etc_hosts_read()
339 m->etc_hosts_last = ts; in manager_etc_hosts_read()
Dresolved-manager.h133 usec_t etc_hosts_last; member
Dresolved-manager.c585 .etc_hosts_last = USEC_INFINITY, in manager_new()