Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ IPv6
Function
IPv6
engine/dlib/src/dlib/socket.cpp:50–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
uint32_t* IPv6(Address* address)
51
{
52
assert(address->m_family == DOMAIN_IPV6);
53
return &address->m_address[0];
54
}
55
56
uint32_t BitDifference(Address a, Address b)
57
{
Callers
11
GetIfAddresses
Function · 0.85
if
Function · 0.85
AddressToIPString
Function · 0.85
GetHostByName
Function · 0.85
GetIfAddresses
Function · 0.85
GetIfAddresses
Function · 0.85
if
Function · 0.85
AddressToIPString
Function · 0.85
GetHostByName
Function · 0.85
TEST
Function · 0.85
NetworkAddress
Method · 0.85
Calls
1
assert
Function · 0.50
Tested by
2
TEST
Function · 0.68
NetworkAddress
Method · 0.68