Searched refs:F_IMMORTAL (Results 1 – 3 of 3) sorted by relevance
129 if (crecp->flags & F_IMMORTAL) in cache_hash()130 while (*up && !((*up)->flags & F_IMMORTAL)) up = &((*up)->hash_next); in cache_hash()198 if (crecp->flags & F_IMMORTAL) return 0; in is_expired()249 crecp && ((crecp->flags & F_REVERSE) || !(crecp->flags & F_IMMORTAL)); in cache_scan_free()439 if (insert && (crecp->flags & (F_REVERSE | F_IMMORTAL)) == ins_flags) { in cache_find_by_name()447 ins_flags = crecp->flags & (F_REVERSE | F_IMMORTAL); in cache_find_by_name()571 lookup->flags = F_FORWARD | F_IMMORTAL | F_CONFIG | F_HOSTS | F_CNAME; in add_hosts_entry()636 flags = F_HOSTS | F_IMMORTAL | F_FORWARD | F_REVERSE | F_IPV4; in read_hostsfile()640 flags = F_HOSTS | F_IMMORTAL | F_FORWARD | F_REVERSE | F_IPV6; in read_hostsfile()646 flags = F_HOSTS | F_IMMORTAL | F_FORWARD | F_REVERSE | F_IPV4; in read_hostsfile()[all …]
274 #define F_IMMORTAL 1 macro
931 if (crecp->flags & (F_IMMORTAL | F_DHCP)) return daemon->local_ttl; in crec_ttl()