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

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

Completed in 68 milliseconds