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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dnsmasq/src/
H A Dcache.c180 if (crecp->flags & F_IMMORTAL)
181 while (*up && !((*up)->flags & F_IMMORTAL))
317 if (crecp->flags & F_IMMORTAL)
403 crecp && ((crecp->flags & F_REVERSE) || !(crecp->flags & F_IMMORTAL));
679 if (insert && (crecp->flags & (F_REVERSE | F_IMMORTAL)) == ins_flags)
691 ins_flags = crecp->flags & (F_REVERSE | F_IMMORTAL);
801 crec->flags = F_FORWARD | F_IMMORTAL | F_NAMEP | F_CONFIG | F_CNAME;
954 flags = F_HOSTS | F_IMMORTAL | F_FORWARD | F_REVERSE | F_IPV4;
961 flags = F_HOSTS | F_IMMORTAL | F_FORWARD | F_REVERSE | F_IPV6;
1080 cache->flags = F_FORWARD | F_NAMEP | F_CNAME | F_IMMORTAL | F_CONFI
[all...]
H A Ddnsmasq.h418 #define F_IMMORTAL (1u<<0) macro
H A Drfc1035.c1516 if (crecp->flags & (F_IMMORTAL | F_DHCP))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dnsmasq/src/
H A Dcache.c180 if (crecp->flags & F_IMMORTAL)
181 while (*up && !((*up)->flags & F_IMMORTAL))
317 if (crecp->flags & F_IMMORTAL)
403 crecp && ((crecp->flags & F_REVERSE) || !(crecp->flags & F_IMMORTAL));
679 if (insert && (crecp->flags & (F_REVERSE | F_IMMORTAL)) == ins_flags)
691 ins_flags = crecp->flags & (F_REVERSE | F_IMMORTAL);
801 crec->flags = F_FORWARD | F_IMMORTAL | F_NAMEP | F_CONFIG | F_CNAME;
954 flags = F_HOSTS | F_IMMORTAL | F_FORWARD | F_REVERSE | F_IPV4;
961 flags = F_HOSTS | F_IMMORTAL | F_FORWARD | F_REVERSE | F_IPV6;
1080 cache->flags = F_FORWARD | F_NAMEP | F_CNAME | F_IMMORTAL | F_CONFI
[all...]
H A Ddnsmasq.h418 #define F_IMMORTAL (1u<<0) macro
H A Drfc1035.c1516 if (crecp->flags & (F_IMMORTAL | F_DHCP))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dnsmasq/src/
H A Dcache.c180 if (crecp->flags & F_IMMORTAL)
181 while (*up && !((*up)->flags & F_IMMORTAL))
317 if (crecp->flags & F_IMMORTAL)
403 crecp && ((crecp->flags & F_REVERSE) || !(crecp->flags & F_IMMORTAL));
679 if (insert && (crecp->flags & (F_REVERSE | F_IMMORTAL)) == ins_flags)
691 ins_flags = crecp->flags & (F_REVERSE | F_IMMORTAL);
801 crec->flags = F_FORWARD | F_IMMORTAL | F_NAMEP | F_CONFIG | F_CNAME;
954 flags = F_HOSTS | F_IMMORTAL | F_FORWARD | F_REVERSE | F_IPV4;
961 flags = F_HOSTS | F_IMMORTAL | F_FORWARD | F_REVERSE | F_IPV6;
1080 cache->flags = F_FORWARD | F_NAMEP | F_CNAME | F_IMMORTAL | F_CONFI
[all...]
H A Ddnsmasq.h418 #define F_IMMORTAL (1u<<0) macro
H A Drfc1035.c1516 if (crecp->flags & (F_IMMORTAL | F_DHCP))

Completed in 211 milliseconds