MCPcopy Create free account
hub / github.com/PowerDNS/pdns / commitD

Method commitD

pdns/dnspacket.cc:734–737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

732}
733
734void DNSPacket::commitD()
735{
736 d_rawpacket.replace(0,12,(char *)&d,12); // copy in d
737}
738
739const DNSName& DNSPacket::getTSIGKeyname() const {
740 return d_tsigkeyname;

Callers 4

doConnectionMethod · 0.80
qthreadFunction · 0.80
opcodeQueryInnerMethod · 0.80
tkeyHandlerMethod · 0.80

Calls 1

replaceMethod · 0.45

Tested by

no test coverage detected