HomeSort by relevance Sort by last modified time
    Searched refs:F_IMMORTAL (Results 1 - 3 of 3) sorted by null

  /external/dnsmasq/src/
cache.c 168 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_FORWARD | F_REVERSE | F_IPV4
    [all...]
dnsmasq.h 279 #define F_IMMORTAL 1
rfc1035.c 1120 if (crecp->flags & (F_IMMORTAL | F_DHCP))
    [all...]

Completed in 72 milliseconds