Home
last modified time | relevance | path

Searched refs:CF_NEGATIVE (Results 1 – 6 of 6) sorted by relevance

/dports/dns/pdnsd/pdnsd-1.2.9a/src/
H A Dcache.c697 if (rrset->flags&CF_NEGATIVE) { in add_cent_rr_int()
1764 if (flags & CF_NEGATIVE) in cr_check_add()
1780 if (rrs && !(rrs->flags & CF_NEGATIVE) && in cr_check_add()
1804 if (rrs && !(rrs->flags & CF_NEGATIVE) && in cr_check_add()
1825 if((rrset->flags&CF_NEGATIVE) && neg_ttl<min_ttl) in adjust_ttl()
2335 ((rrs->flags&CF_NEGATIVE && !(rrs->flags&CF_LOCAL)) ||
2415 if(rrset->flags&CF_NEGATIVE) { in dump_cent()
H A Dcache.h86 #define CF_NEGATIVE 1 /* this one is for per-RRset negative caching*/ macro
H A Ddns_answer.c845 if (rrset && !(rrset->flags&CF_NEGATIVE)) { in compose_answer()
894 if(rrset && (rrset->flags&CF_NEGATIVE)) in compose_answer()
904 if(rrset && (rrset->flags&CF_NEGATIVE)) in compose_answer()
H A Ddns_query.c1763 if (!add_cent_rrset_by_type(ent, thint, ttl, queryts, CF_NEGATIVE|flags DBG1)) { in p_exec_query()
2939 if ((rrset=getrrset_AAAA(servent)) && !(rrset->flags&CF_NEGATIVE)) { in lookup_ns()
2942 if ((rrset=getrrset_A(servent)) && !(rrset->flags&CF_NEGATIVE)) { in lookup_ns()
3287 …if (!set_flags_ttl(&flags, &ttl, cached, T_CNAME) || (getrrset_CNAME(cached)->flags&CF_NEGATIVE)) { in lookup_cache_status()
3291 neg=getrrset(cached,thint)->flags&CF_NEGATIVE && ttl>=queryts; in lookup_cache_status()
H A Dstatus.c560 if (!add_cent_rrset_by_type(&cent,tp,ttl,0,CF_LOCAL|CF_NEGATIVE DBG1)) { in status_thread()
H A Dconf-parser.c1713 …et_eff(&c_cent,cnst) && !add_cent_rrset_by_type(&c_cent,cnst,c_ttl,0,CF_LOCAL|CF_NEGATIVE DBG0)) { in confparse()