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

Function IPv6

engine/dlib/src/dlib/socket.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 uint32_t* IPv6(Address* address)
51 {
52 assert(address->m_family == DOMAIN_IPV6);
53 return &address->m_address[0];
54 }
55
56 uint32_t BitDifference(Address a, Address b)
57 {

Callers 11

GetIfAddressesFunction · 0.85
ifFunction · 0.85
AddressToIPStringFunction · 0.85
GetHostByNameFunction · 0.85
GetIfAddressesFunction · 0.85
GetIfAddressesFunction · 0.85
ifFunction · 0.85
AddressToIPStringFunction · 0.85
GetHostByNameFunction · 0.85
TESTFunction · 0.85
NetworkAddressMethod · 0.85

Calls 1

assertFunction · 0.50

Tested by 2

TESTFunction · 0.68
NetworkAddressMethod · 0.68