Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoinxt/bitcoinxt
/ SetIP
Method
SetIP
src/netbase.cpp:630–633 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
628
}
629
630
void CNetAddr::SetIP(const CNetAddr& ipIn)
631
{
632
memcpy(ip, ipIn.ip, sizeof(ip));
633
}
634
635
void CNetAddr::SetRaw(Network network, const uint8_t *ip_in)
636
{
Callers
2
ProcessMessage
Function · 0.80
AdvertizeLocal
Function · 0.80
Calls
1
memcpy
Function · 0.85
Tested by
no test coverage detected