Home
last modified time | relevance | path

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

/dports/net/mDNSResponder/mDNSResponder-1310.140.1/ServiceRegistration/
H A Droute.c953 uint64_t stale_refresh_time = 0; in routing_policy_evaluate() local
1002 … if (stale_refresh_time < router->received_time + preferred_lifetime_offset) { in routing_policy_evaluate()
1003 stale_refresh_time = router->received_time + preferred_lifetime_offset; in routing_policy_evaluate()
1138 if (stale_refresh_time < now) { in routing_policy_evaluate()
1139 ERROR("Stale refresh time is in the past: %" PRIu64 "!", stale_refresh_time); in routing_policy_evaluate()
1142 int refresh_timeout = (int)(stale_refresh_time - now); in routing_policy_evaluate()
/dports/dns/bind916/bind-9.16.27/bin/named/
H A Dserver.c3979 uint32_t stale_refresh_time = 0; in configure_view() local
4510 stale_refresh_time = cfg_obj_asduration(obj); in configure_view()
4547 stale_refresh_time)) in configure_view()
4647 dns_cache_setservestalerefresh(cache, stale_refresh_time); in configure_view()
/dports/dns/bind-tools/bind-9.16.27/bin/named/
H A Dserver.c3979 uint32_t stale_refresh_time = 0; in configure_view() local
4510 stale_refresh_time = cfg_obj_asduration(obj); in configure_view()
4547 stale_refresh_time)) in configure_view()
4647 dns_cache_setservestalerefresh(cache, stale_refresh_time); in configure_view()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/named/
H A Dserver.c4029 uint32_t stale_refresh_time = 0; in configure_view() local
4554 stale_refresh_time = cfg_obj_asduration(obj); in configure_view()
4591 stale_refresh_time)) in configure_view()
4677 dns_cache_setservestalerefresh(cache, stale_refresh_time); in configure_view()