Home
last modified time | relevance | path

Searched refs:stunv6_map (Results 1 – 2 of 2) sorted by relevance

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/network/
H A Dnetwork_config.cpp332 auto& stunv6_map = UserConfigParams::m_stun_servers; in detectIPType() local
336 stunv6_map.erase(s.first); in detectIPType()
337 else if (stunv6_map.find(s.first) == stunv6_map.end()) in detectIPType()
338 stunv6_map[s.first] = 0; in detectIPType()
340 if (stunv6_map.empty()) in detectIPType()
342 auto ipv6_it = stunv6_map.begin(); in detectIPType()
343 adv = StkTime::getMonoTimeMs() % stunv6_map.size(); in detectIPType()
H A Dstk_host.cpp646 auto& stunv6_map = UserConfigParams::m_stun_servers; in setPublicAddress() local
650 stunv6_map.erase(s.first); in setPublicAddress()
651 else if (stunv6_map.find(s.first) == stunv6_map.end()) in setPublicAddress()
652 stunv6_map[s.first] = 0; in setPublicAddress()