Home
last modified time | relevance | path

Searched refs:NumberToType (Results 1 – 22 of 22) sorted by relevance

/dports/dns/powerdns/pdns-4.5.2/pdns/
H A Dixplore.cc89 …cout<<'-'<< (d.d_name+zone) <<" IN "<<DNSRecordContent::NumberToType(d.d_type)<<" "<<d.d_content->… in main()
94 …cout<<'+'<< (d.d_name+zone) <<" IN "<<DNSRecordContent::NumberToType(d.d_type)<<" "<<d.d_content->… in main()
215 …report<<'-'<< (rr.d_name+zone) <<" IN "<<DNSRecordContent::NumberToType(rr.d_type)<<" "<<rr.d_cont… in main()
226 …report<<'+'<< (rr.d_name+zone) <<" IN "<<DNSRecordContent::NumberToType(rr.d_type)<<" "<<rr.d_cont… in main()
H A Dtoysdig.cc30 cerr<<"Q "<<qname<<"/"<<DNSRecordContent::NumberToType(qtype)<<endl; in query()
136 …cerr<<" "<<csp.first.first<<'/'<<DNSRecordContent::NumberToType(csp.first.second)<<": "<<csp.secon… in main()
164 cerr<<"% "<<i->first.first<<"/"<<DNSRecordContent::NumberToType(i->first.second)<<endl; in main()
H A Ddnsbulktest.cc153 …to question for qname='"<<mdp.d_qname<<"', qtype="<<DNSRecordContent::NumberToType(mdp.d_qtype)<<e… in receive()
166 …cout<<i->first.d_place-1<<"\t"<<i->first.d_name<<"\tIN\t"<<DNSRecordContent::NumberToType(i->first… in receive()
193 …cout<<domain.name<<"|"<<DNSRecordContent::NumberToType(domain.type)<<": ("<<usec/1000.0<<"msec) rc… in deliverAnswer()
H A Danadns.hh80 …s<< "'"<<qi.d_qname<<"|"<<DNSRecordContent::NumberToType(qi.d_qtype)<<"', with id " << qi.d_id <<"… in operator <<()
H A Ddnsgram.cc236 …failed << i->first << "\t" << DNSRecordContent::NumberToType(i->second) << "\t"<< counts[make_pair… in main()
248 …succeeded << i->first << "\t" <<DNSRecordContent::NumberToType(i->second) << "\t" << counts[make_p… in main()
H A Dvalidate.cc252 LOG("Do have: "<<v.first.first<<"/"<<DNSRecordContent::NumberToType(v.first.second)<<endl); in provesNoDataWildCard()
299 LOG("Do have: "<<v.first.first<<"/"<<DNSRecordContent::NumberToType(v.first.second)<<endl); in provesNoWildCard()
348 LOG("Do have: "<<v.first.first<<"/"<<DNSRecordContent::NumberToType(v.first.second)<<endl); in provesNSEC3NoWildCard()
489 LOG("Do have: "<<v.first.first<<"/"<<DNSRecordContent::NumberToType(v.first.second)<<endl); in getDenial()
958 LOG("Validated "<<name<<"/"<<DNSRecordContent::NumberToType(signature->d_type)<<endl); in validateWithKeySet()
1004 …LOG("validating "<<(i->first.first)<<"/"<<DNSRecordContent::NumberToType(i->first.second)<<" with … in validateWithKeySet()
1268 …ntation()<<" with tag "<<rrc->d_tag<<", for type "<<DNSRecordContent::NumberToType(rrc->d_type)<<e… in getKeysFor()
H A Dnsec3dig.cc158 …cout<<"Reply to question for qname='"<<mdp.d_qname<<"', qtype="<<DNSRecordContent::NumberToType(md… in main()
195 …lace-1<<"\t"<<i->first.d_name.toString()<<"\tIN\t"<<DNSRecordContent::NumberToType(i->first.d_type… in main()
H A Dresponsestats.cc95 os << (fmt % DNSRecordContent::NumberToType(val.first) % val.second).str(); in getQTypeReport()
H A Dnsecrecords.cc154 ret+=DNSRecordContent::NumberToType(idx); in getZoneRepresentation()
160 ret+=DNSRecordContent::NumberToType(type); in getZoneRepresentation()
H A Dsdig.cc115 << "', qtype=" << DNSRecordContent::NumberToType(mdp.d_qtype) << endl; in printReply()
126 << DNSRecordContent::NumberToType(i->first.d_type); in printReply()
H A Dcomfun.cc126 …to question for qname='"<<mdp.d_qname<<"', qtype="<<DNSRecordContent::NumberToType(mdp.d_qtype)<<e… in receive()
257 …to question for qname='"<<mdp.d_qname<<"', qtype="<<DNSRecordContent::NumberToType(mdp.d_qtype)<<e… in receive()
H A Dixfrutils.cc115 DNSRecordContent::NumberToType(r.d_type).c_str(), in writeRecords()
H A Dsaxfr.cc148 o<<"\t"<<i->first.d_ttl<<"\tIN\t"<<DNSRecordContent::NumberToType(i->first.d_type); in main()
H A Dws-api.cc201 { "name", DNSRecordContent::NumberToType(item.first) }, in apiServerStatistics()
H A Ddnsreplay.cc391 …cout<<"\t"<<i->d_name<<"\t"<<DNSRecordContent::NumberToType(i->d_type)<<"\t'" << (i->d_content ? … in measureResultAndClean()
394 …cout<<"\t"<<i->d_name<<"\t"<<DNSRecordContent::NumberToType(i->d_type)<<"\t'" << (i->d_content ? … in measureResultAndClean()
H A Ddnsparser.hh268 static const string NumberToType(uint16_t num, uint16_t classnum=1) in NumberToType() function in DNSRecordContent
H A Dpdnsutil.cc509 content<<" ("<<DNSRecordContent::NumberToType(rrc.d_type)<<")"; in checkZone()
1173 …os<<dr.d_name<<"\t"<<dr.d_ttl<<"\tIN\t"<<DNSRecordContent::NumberToType(dr.d_type)<<"\t"<<dr.d_con… in editZone()
1246 …str<<"\033[0;31m-"<< d.d_name <<" "<<d.d_ttl<<" IN "<<DNSRecordContent::NumberToType(d.d_type)<<" … in editZone()
1255 …str<<"\033[0;32m+"<< d.d_name <<" "<<d.d_ttl<<" IN "<<DNSRecordContent::NumberToType(d.d_type)<<" … in editZone()
1273 …-"<< oldSoaDR.d_name <<" "<<oldSoaDR.d_ttl<<" IN "<<DNSRecordContent::NumberToType(oldSoaDR.d_type… in editZone()
1285 …str<<"\033[0;32m+"<< dr.d_name <<" "<<dr.d_ttl<<" IN "<<DNSRecordContent::NumberToType(dr.d_type)<… in editZone()
H A Dspeedtest.cc383 DNSRecordContent::NumberToType(d_type)).str(); in getName()
H A Drcpgenerator.cc633 d_string+=DNSRecordContent::NumberToType(val); in xfrType()
H A Dtest-dnsrecords_cc.cc658 str += " " + toLower(DNSRecordContent::NumberToType(idx)); in BOOST_AUTO_TEST_CASE()
H A Dtcpreceiver.cc726 …e contains out-of-zone data '"<<zrr.dr.d_name<<"|"<<DNSRecordContent::NumberToType(zrr.dr.d_type)<… in doAXFR()
/dports/dns/dnsdist/dnsdist-1.6.1/
H A Ddnsparser.hh268 static const string NumberToType(uint16_t num, uint16_t classnum=1) in NumberToType() function in DNSRecordContent