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

Function GetIfAddresses

engine/dlib/src/dlib/socket_web.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17namespace dmSocket
18{
19 void GetIfAddresses(IfAddr* addresses, uint32_t addresses_count, uint32_t* count)
20 {
21 *count = 0;
22 }
23}
24
25#include "socket_posix.cpp"

Callers 5

Sys_GetIfaddrsFunction · 0.50
TYPED_TESTFunction · 0.50
TESTFunction · 0.50

Calls

no outgoing calls

Tested by 3

TYPED_TESTFunction · 0.40
TESTFunction · 0.40