MCPcopy Create free account
hub / github.com/PurpleI2P/i2pd / GetYggdrasilAddress

Function GetYggdrasilAddress

libi2pd/util.cpp:769–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

767 }
768
769 boost::asio::ip::address_v6 GetYggdrasilAddress ()
770 {
771 return GetLocalIPV6Address ([](const uint8_t addr[16]) { return IsYggdrasilAddress (addr); });
772 }
773
774 boost::asio::ip::address_v6 GetClearnetIPV6Address ()
775 {

Callers 3

InitTransportsFunction · 0.85
ReseedFromServersMethod · 0.85
NewRouterInfoMethod · 0.85

Calls 2

GetLocalIPV6AddressFunction · 0.85
IsYggdrasilAddressFunction · 0.85

Tested by

no test coverage detected