Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ AddressFromIPString
Function
AddressFromIPString
engine/dlib/src/dlib/socket.cpp:84–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
Address AddressFromIPString(const char* hostname)
85
{
86
Address address;
87
GetHostByName(hostname, &address);
88
return address;
89
}
90
91
struct GetHostByNameThreadContext
92
{
Callers
7
CreateSocket
Function · 0.85
SendPacket
Function · 0.85
EnsureMemberships
Function · 0.85
SetupMulticastCapture
Function · 0.85
SendPacketToAddress
Function · 0.85
SendQueryAndCapture
Function · 0.85
TEST
Function · 0.85
Calls
1
GetHostByName
Function · 0.70
Tested by
4
SetupMulticastCapture
Function · 0.68
SendPacketToAddress
Function · 0.68
SendQueryAndCapture
Function · 0.68
TEST
Function · 0.68