| 791 | } |
| 792 | |
| 793 | inline bool |
| 794 | HostDBRecord::is_ip_configured_stale() const |
| 795 | { |
| 796 | return ( |
| 797 | ((ip_timeout_interval >= ts_seconds(2 * hostdb_ip_stale_interval)) && (ip_age() >= ts_seconds(hostdb_ip_stale_interval)))); |
| 798 | } |
| 799 | |
| 800 | inline bool |
| 801 | HostDBRecord::is_ip_timeout() const |