Home
last modified time | relevance | path

Searched defs:isLAN (Results 1 – 4 of 4) sorted by relevance

/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/connections/
H A Dlimiter.go281 isLAN bool member
H A Dservice.go638 func (s *service) isLAN(addr net.Addr) bool { func
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/network/
H A Dnetwork_config.hpp187 bool isLAN() const { return m_network_type == NETWORK_LAN; } in isLAN() function in NetworkConfig
H A Dsocket_address.cpp456 bool SocketAddress::isLAN() const in isLAN() function in SocketAddress