Home
last modified time | relevance | path

Searched refs:host_adr_pub (Results 1 – 3 of 3) sorted by relevance

/dports/games/quadra/quadra-1.3.0/source/
H A Dgame.cpp613 for (it = net->host_adr_pub.begin(); it != net->host_adr_pub.end(); ++it) in addgameinfo()
861 if (!net->host_adr_pub.empty()) in prepare_logging()
862 addr = net->host_adr_pub[0]; in prepare_logging()
/dports/games/quadra/quadra-1.3.0/skelton/include/
H A Dnet.h231 std::vector<Dword> host_adr_pub; variable
/dports/games/quadra/quadra-1.3.0/skelton/common/
H A Dnet.cpp762 host_adr_pub.push_back(*it); in init_local_addresses()
769 if(host_adr_pub.empty()) { in init_local_addresses()
771 host_adr_pub.push_back(fallback); in init_local_addresses()