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

Function if

engine/dlib/src/dlib/socket_win32.cpp:337–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335 }
336#if !defined(DM_IPV6_UNSUPPORTED)
337 else if (IsSocketIPv6(socket))
338 {
339 struct in6_addr inaddr;
340 memcpy(&inaddr, IPv6(&address), sizeof(struct in6_addr));
341 result = setsockopt(socket, IPPROTO_IP, IP_MULTICAST_IF, (char*)&inaddr, sizeof(inaddr));
342 }
343#endif // no ipv6
344 else
345 {

Callers

nothing calls this directly

Calls 3

IPv6Function · 0.85
connectFunction · 0.85
assertFunction · 0.50

Tested by

no test coverage detected