Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ IPv4
Function
IPv4
engine/dlib/src/dlib/socket.cpp:44–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
uint32_t* IPv4(Address* address)
45
{
46
assert(address->m_family == DOMAIN_IPV4);
47
return &address->m_address[3];
48
}
49
50
uint32_t* IPv6(Address* address)
51
{
Callers
15
GetIfAddresses
Function · 0.85
AddMembership
Function · 0.85
SetMulticastIf
Function · 0.85
Accept
Function · 0.85
Bind
Function · 0.85
Connect
Function · 0.85
SendTo
Function · 0.85
ReceiveFrom
Function · 0.85
GetName
Function · 0.85
AddressToIPString
Function · 0.85
GetHostByName
Function · 0.85
GetIfAddresses
Function · 0.85
Calls
1
assert
Function · 0.50
Tested by
3
TEST
Function · 0.68
TEST
Function · 0.68
NetworkAddress
Method · 0.68