Home
last modified time | relevance | path

Searched refs:isPublicAddressLocalhost (Results 1 – 4 of 4) sorted by relevance

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/network/
H A Dsocket_address.hpp139 bool isPublicAddressLocalhost() const;
H A Dstk_host.cpp1278 if (!sender.isLAN() && !sender.isPublicAddressLocalhost() && in handleDirectSocketRequest()
1315 ((stk_peer->getAddress().isPublicAddressLocalhost() && in peerExists()
1316 peer.isPublicAddressLocalhost()) && in peerExists()
H A Dsocket_address.cpp299 bool SocketAddress::isPublicAddressLocalhost() const in isPublicAddressLocalhost() function in SocketAddress
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/network/protocols/
H A Dserver_lobby.cpp3595 !(peer->getAddress().isPublicAddressLocalhost() || in connectionRequested()