MCPcopy 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

CreateSocketFunction · 0.85
SendPacketFunction · 0.85
EnsureMembershipsFunction · 0.85
SetupMulticastCaptureFunction · 0.85
SendPacketToAddressFunction · 0.85
SendQueryAndCaptureFunction · 0.85
TESTFunction · 0.85

Calls 1

GetHostByNameFunction · 0.70

Tested by 4

SetupMulticastCaptureFunction · 0.68
SendPacketToAddressFunction · 0.68
SendQueryAndCaptureFunction · 0.68
TESTFunction · 0.68