Searched refs:conf_stat (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/lib/libc/resolv/
H A Dres_private.h18 time_t conf_stat; /* time of last stat(resolv.conf) */ member in struct:__res_state_ext
H A Dres_state.c83 (now.tv_sec - ext->conf_stat) < ext->reload_period) {
87 ext->conf_stat = now.tv_sec;
H A Dres_init.c334 statp->_u._ext.ext->conf_stat = now.tv_sec;

Completed in 99 milliseconds