Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ SetIP
Method
SetIP
src/netbase.cpp:611–614 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
609
}
610
611
void CNetAddr::SetIP(const CNetAddr& ipIn)
612
{
613
memcpy(ip, ipIn.ip, sizeof(ip));
614
}
615
616
void CNetAddr::SetRaw(Network network, const uint8_t* ip_in)
617
{
Callers
2
ProcessMessage
Function · 0.80
AdvertizeLocal
Function · 0.80
Calls
1
memcpy
Function · 0.85
Tested by
no test coverage detected