Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
734
void DNSPacket::commitD()
735
{
736
d_rawpacket.replace(0,12,(char *)&d,12); // copy in d
737
}
738
739
const DNSName& DNSPacket::getTSIGKeyname() const {
740
return d_tsigkeyname;
Callers
4
doConnection
Method · 0.80
qthread
Function · 0.80
opcodeQueryInner
Method · 0.80
tkeyHandler
Method · 0.80
Calls
1
replace
Method · 0.45
Tested by
no test coverage detected