MCPcopy Create free account
hub / github.com/defold/defold / NetworkAddress

Method NetworkAddress

engine/dlib/src/test/test_socket.cpp:269–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267struct TestIPv6
268{
269 uint32_t* NetworkAddress(dmSocket::Address* address)
270 {
271 return dmSocket::IPv6(address);
272 }
273
274 const char* loopback_address = DM_LOOPBACK_ADDRESS_IPV6;
275 const char* universal_bind_address = DM_UNIVERSAL_BIND_ADDRESS_IPV6;

Callers

nothing calls this directly

Calls 1

IPv6Function · 0.85

Tested by

no test coverage detected