Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Dcache.c168 if (crecp->flags & F_IMMORTAL) in cache_hash()
169 while (*up && !((*up)->flags & F_IMMORTAL)) in cache_hash()
248 if (crecp->flags & F_IMMORTAL) in is_expired()
309 crecp && ((crecp->flags & F_REVERSE) || !(crecp->flags & F_IMMORTAL)); in cache_scan_free()
534 if (insert && (crecp->flags & (F_REVERSE | F_IMMORTAL)) == ins_flags) in cache_find_by_name()
546 ins_flags = crecp->flags & (F_REVERSE | F_IMMORTAL); in cache_find_by_name()
698 lookup->flags = F_FORWARD | F_IMMORTAL | F_CONFIG | F_HOSTS | F_CNAME; in add_hosts_entry()
778 flags = F_HOSTS | F_IMMORTAL | F_FORWARD | F_REVERSE | F_IPV4; in read_hostsfile()
784 flags = F_HOSTS | F_IMMORTAL | F_FORWARD | F_REVERSE | F_IPV6; in read_hostsfile()
791 flags = F_HOSTS | F_IMMORTAL | F_FORWARD | F_REVERSE | F_IPV4; in read_hostsfile()
[all …]
Ddnsmasq.h279 #define F_IMMORTAL 1 macro
Drfc1035.c1120 if (crecp->flags & (F_IMMORTAL | F_DHCP)) in crec_ttl()