Home
last modified time | relevance | path

Searched refs:getRR (Results 1 – 19 of 19) sorted by relevance

/dports/dns/powerdns/pdns-4.5.2/pdns/
H A Dixfr.cc52 auto sr = getRR<SOARecordContent>(records[pos]); in processIXFRRecords()
83 sr = getRR<SOARecordContent>(records[pos]); in processIXFRRecords()
103 sr = getRR<SOARecordContent>(records[pos]); in processIXFRRecords()
218 auto sr = getRR<SOARecordContent>(r.first); in getIXFRDeltas()
229 auto sr = getRR<SOARecordContent>(r.first); in getIXFRDeltas()
H A Dpackethandler.cc408 auto rec=getRR<LUARecordContent>(rr.dr); in getBestWildcard()
474 auto rrc = getRR<SVCBBaseRecordContent>(rr.dr); in doAdditionalServiceProcessing()
506 content=getRR<NSRecordContent>(rr.dr)->getNS(); in doAdditionalProcessing()
509 content=getRR<MXRecordContent>(rr.dr)->d_mxname; in doAdditionalProcessing()
516 auto rrc = getRR<SVCBBaseRecordContent>(rr.dr); in doAdditionalProcessing()
542 auto rrc = getRR<SVCBBaseRecordContent>(rec->dr); in doAdditionalProcessing()
593 auto aaaarrc = getRR<AAAARecordContent>(rr.dr); in getIPAddressFor()
596 auto arrc = getRR<ARecordContent>(rr.dr); in getIPAddressFor()
637 nrc.set(getRR<LUARecordContent>(rr.dr)->d_type); in emitNSEC()
704 n3rc.set(getRR<LUARecordContent>(rr.dr)->d_type); in emitNSEC3()
[all …]
H A Dixfrutils.cc67 sr = getRR<SOARecordContent>(r.first); in getSerialFromMaster()
198 soa = getRR<SOARecordContent>(DNSRecord(rr)); in loadSOAFromDisk()
H A Dsecpoll.cc65 auto recordContent = getRR<TXTRecordContent>(record); in processSecPoll()
H A Dtsigverifier.cc30 shared_ptr<TSIGRecordContent> trc = getRR<TSIGRecordContent>(answer.first); in check()
H A Dresolver.cc289 shared_ptr<SOARecordContent> src=getRR<SOARecordContent>(drc.first); in tryGetSOASerial()
296 shared_ptr<RRSIGRecordContent> rrc=getRR<RRSIGRecordContent>(drc.first); in tryGetSOASerial()
H A Dtcpreceiver.cc697 int ret1 = stubDoResolve(getRR<ALIASRecordContent>(zrr.dr)->d_content, QType::A, ips); in doAXFR()
698 int ret2 = stubDoResolve(getRR<ALIASRecordContent>(zrr.dr)->d_content, QType::AAAA, ips); in doAXFR()
734 auto rrc = getRR<SVCBBaseRecordContent>(loopRR.dr); in doAXFR()
744 auto arrc = getRR<ARecordContent>(rr.dr); in doAXFR()
759 auto arrc = getRR<AAAARecordContent>(rr.dr); in doAXFR()
863 …if (presignedZone && NSEC3Zone && loopZRR.dr.d_type == QType::RRSIG && getRR<RRSIGRecordContent>(l… in doAXFR()
H A Dvalidate.cc125 const auto nsec = getRR<NSECRecordContent>(record); in denialProvesNoDelegation()
139 const auto nsec3 = getRR<NSEC3RecordContent>(record); in denialProvesNoDelegation()
1025 auto rrc = getRR<RRSIGRecordContent>(rec); in harvestCSPFromRecs()
1266 auto rrc=getRR<RRSIGRecordContent> (rec); in getKeysFor()
1276 auto drc=getRR<DNSKEYRecordContent> (rec); in getKeysFor()
H A Dtest-tsig.cc88 shared_ptr<TSIGRecordContent> rectrc = getRR<TSIGRecordContent>(answer.first); in checkTSIG()
H A Ddnsrecords.cc866 auto orc = getRR<OPTRecordContent>(val.first); in getEDNSOpts()
976 if(auto addr=getRR<ARecordContent>(dr)) { in getAddr()
980 return getRR<AAAARecordContent>(dr)->getCA(defport); in getAddr()
H A Ddnsbackend.cc320 auto src=getRR<SOARecordContent>(in.dr); in fillSOAData()
H A Dmastercommunicator.cc58 nsset.insert(getRR<NSRecordContent>(rr.dr)->getNS().toString()); in queueNotifyDomain()
H A Dixfrdist.cc233 soa = getRR<SOARecordContent>(dnsrecord); in getSOAFromRecords()
398 soa = getRR<SOARecordContent>(dr); in updateThread()
923 clientSOA = getRR<SOARecordContent>(answer.first); in tcpWorker()
H A Dslavecommunicator.cc178 auto sr = getRR<SOARecordContent>(dr); in ixfrSuck()
436 auto sd = getRR<SOARecordContent>(dr); in suck()
996 auto rrsig = getRR<RRSIGRecordContent>(zr.dr); in slaveRefresh()
H A Ddnsparser.hh438 std::shared_ptr<T> getRR(const DNSRecord& dr) in getRR() function
H A Ddbdnsseckeeper.cc662 rrsig = getRR<RRSIGRecordContent>(dzr.dr); in getPreRRSIGs()
H A Dlua-record.cc951 auto lr = getRR<LUARecordContent>(dr.dr); in setupLuaRecords()
H A Dpdnsutil.cc1923 keys.push_back(*getRR<DNSKEYRecordContent>(zr.dr)); in showZone()
/dports/dns/dnsdist/dnsdist-1.6.1/
H A Ddnsparser.hh438 std::shared_ptr<T> getRR(const DNSRecord& dr) in getRR() function