/dports/net-p2p/litecoin/litecoin-0.18.1/src/ |
H A D | net.cpp | 83 CCriticalSection cs_mapLocalHost; variable 84 std::map<CNetAddr, LocalServiceInfo> mapLocalHost GUARDED_BY(cs_mapLocalHost); 85 static bool vfLimited[NET_MAX] GUARDED_BY(cs_mapLocalHost) = {}; 110 LOCK(cs_mapLocalHost); in GetLocal() 165 LOCK(cs_mapLocalHost); in GetnScore() 220 LOCK(cs_mapLocalHost); in AddLocal() 239 LOCK(cs_mapLocalHost); in RemoveLocal() 248 LOCK(cs_mapLocalHost); in SetReachable() 254 LOCK(cs_mapLocalHost); in IsReachable() 267 LOCK(cs_mapLocalHost); in SeenLocal() [all …]
|
H A D | net.h | 538 extern CCriticalSection cs_mapLocalHost; 539 extern std::map<CNetAddr, LocalServiceInfo> mapLocalHost GUARDED_BY(cs_mapLocalHost);
|
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/ |
H A D | net.cpp | 83 CCriticalSection cs_mapLocalHost; variable 84 std::map<CNetAddr, LocalServiceInfo> mapLocalHost GUARDED_BY(cs_mapLocalHost); 85 static bool vfLimited[NET_MAX] GUARDED_BY(cs_mapLocalHost) = {}; 110 LOCK(cs_mapLocalHost); in GetLocal() 165 LOCK(cs_mapLocalHost); in GetnScore() 220 LOCK(cs_mapLocalHost); in AddLocal() 239 LOCK(cs_mapLocalHost); in RemoveLocal() 248 LOCK(cs_mapLocalHost); in SetReachable() 254 LOCK(cs_mapLocalHost); in IsReachable() 267 LOCK(cs_mapLocalHost); in SeenLocal() [all …]
|
H A D | net.h | 538 extern CCriticalSection cs_mapLocalHost; 539 extern std::map<CNetAddr, LocalServiceInfo> mapLocalHost GUARDED_BY(cs_mapLocalHost);
|
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/ |
H A D | net.cpp | 83 CCriticalSection cs_mapLocalHost; variable 84 std::map<CNetAddr, LocalServiceInfo> mapLocalHost GUARDED_BY(cs_mapLocalHost); 85 static bool vfLimited[NET_MAX] GUARDED_BY(cs_mapLocalHost) = {}; 110 LOCK(cs_mapLocalHost); in GetLocal() 165 LOCK(cs_mapLocalHost); in GetnScore() 220 LOCK(cs_mapLocalHost); in AddLocal() 239 LOCK(cs_mapLocalHost); in RemoveLocal() 248 LOCK(cs_mapLocalHost); in SetReachable() 254 LOCK(cs_mapLocalHost); in IsReachable() 267 LOCK(cs_mapLocalHost); in SeenLocal() [all …]
|
H A D | net.h | 538 extern CCriticalSection cs_mapLocalHost; 539 extern std::map<CNetAddr, LocalServiceInfo> mapLocalHost GUARDED_BY(cs_mapLocalHost);
|
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/ |
H A D | net.cpp | 88 RecursiveMutex cs_mapLocalHost; variable 89 std::map<CNetAddr, LocalServiceInfo> mapLocalHost GUARDED_BY(cs_mapLocalHost); 90 static bool vfLimited[NET_MAX] GUARDED_BY(cs_mapLocalHost) = {}; 113 LOCK(cs_mapLocalHost); in GetLocal() 168 LOCK(cs_mapLocalHost); in GetnScore() 223 LOCK(cs_mapLocalHost); in AddLocal() 242 LOCK(cs_mapLocalHost); in RemoveLocal() 251 LOCK(cs_mapLocalHost); in SetReachable() 257 LOCK(cs_mapLocalHost); in IsReachable() 270 LOCK(cs_mapLocalHost); in SeenLocal() [all …]
|
H A D | net.h | 569 extern RecursiveMutex cs_mapLocalHost; 570 extern std::map<CNetAddr, LocalServiceInfo> mapLocalHost GUARDED_BY(cs_mapLocalHost);
|
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/ |
H A D | net.cpp | 88 CCriticalSection cs_mapLocalHost; variable 139 LOCK(cs_mapLocalHost); in GetLocal() 194 LOCK(cs_mapLocalHost); in GetnScore() 244 LOCK(cs_mapLocalHost); in AddLocal() 263 LOCK(cs_mapLocalHost); in RemoveLocal() 274 LOCK(cs_mapLocalHost); in SetLimited() 280 LOCK(cs_mapLocalHost); in IsLimited() 293 LOCK(cs_mapLocalHost); in SeenLocal() 305 LOCK(cs_mapLocalHost); in IsLocal() 312 LOCK(cs_mapLocalHost); in IsReachable()
|
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/ |
H A D | net.cpp | 88 CCriticalSection cs_mapLocalHost; variable 139 LOCK(cs_mapLocalHost); in GetLocal() 194 LOCK(cs_mapLocalHost); in GetnScore() 244 LOCK(cs_mapLocalHost); in AddLocal() 263 LOCK(cs_mapLocalHost); in RemoveLocal() 274 LOCK(cs_mapLocalHost); in SetLimited() 280 LOCK(cs_mapLocalHost); in IsLimited() 293 LOCK(cs_mapLocalHost); in SeenLocal() 305 LOCK(cs_mapLocalHost); in IsLocal() 312 LOCK(cs_mapLocalHost); in IsReachable()
|
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/ |
H A D | net.cpp | 88 CCriticalSection cs_mapLocalHost; variable 139 LOCK(cs_mapLocalHost); in GetLocal() 194 LOCK(cs_mapLocalHost); in GetnScore() 244 LOCK(cs_mapLocalHost); in AddLocal() 263 LOCK(cs_mapLocalHost); in RemoveLocal() 274 LOCK(cs_mapLocalHost); in SetLimited() 280 LOCK(cs_mapLocalHost); in IsLimited() 293 LOCK(cs_mapLocalHost); in SeenLocal() 305 LOCK(cs_mapLocalHost); in IsLocal() 312 LOCK(cs_mapLocalHost); in IsReachable()
|
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/ |
H A D | net.cpp | 115 RecursiveMutex cs_mapLocalHost; variable 116 std::map<CNetAddr, LocalServiceInfo> mapLocalHost GUARDED_BY(cs_mapLocalHost); 117 static bool vfLimited[NET_MAX] GUARDED_BY(cs_mapLocalHost) = {}; 140 LOCK(cs_mapLocalHost); in GetLocal() 195 LOCK(cs_mapLocalHost); in GetnScore() 250 LOCK(cs_mapLocalHost); in AddLocal() 269 LOCK(cs_mapLocalHost); in RemoveLocal() 278 LOCK(cs_mapLocalHost); in SetReachable() 284 LOCK(cs_mapLocalHost); in IsReachable() 297 LOCK(cs_mapLocalHost); in SeenLocal() [all …]
|
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/ |
H A D | net.cpp | 115 RecursiveMutex cs_mapLocalHost; variable 116 std::map<CNetAddr, LocalServiceInfo> mapLocalHost GUARDED_BY(cs_mapLocalHost); 117 static bool vfLimited[NET_MAX] GUARDED_BY(cs_mapLocalHost) = {}; 140 LOCK(cs_mapLocalHost); in GetLocal() 195 LOCK(cs_mapLocalHost); in GetnScore() 250 LOCK(cs_mapLocalHost); in AddLocal() 269 LOCK(cs_mapLocalHost); in RemoveLocal() 278 LOCK(cs_mapLocalHost); in SetReachable() 284 LOCK(cs_mapLocalHost); in IsReachable() 297 LOCK(cs_mapLocalHost); in SeenLocal() [all …]
|
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/ |
H A D | net.cpp | 115 RecursiveMutex cs_mapLocalHost; variable 116 std::map<CNetAddr, LocalServiceInfo> mapLocalHost GUARDED_BY(cs_mapLocalHost); 117 static bool vfLimited[NET_MAX] GUARDED_BY(cs_mapLocalHost) = {}; 140 LOCK(cs_mapLocalHost); in GetLocal() 195 LOCK(cs_mapLocalHost); in GetnScore() 250 LOCK(cs_mapLocalHost); in AddLocal() 269 LOCK(cs_mapLocalHost); in RemoveLocal() 278 LOCK(cs_mapLocalHost); in SetReachable() 284 LOCK(cs_mapLocalHost); in IsReachable() 297 LOCK(cs_mapLocalHost); in SeenLocal() [all …]
|
H A D | net.h | 688 extern RecursiveMutex cs_mapLocalHost; 689 extern std::map<CNetAddr, LocalServiceInfo> mapLocalHost GUARDED_BY(cs_mapLocalHost);
|
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/ |
H A D | net.cpp | 110 RecursiveMutex cs_mapLocalHost; variable 111 std::map<CNetAddr, LocalServiceInfo> mapLocalHost GUARDED_BY(cs_mapLocalHost); 112 static bool vfLimited[NET_MAX] GUARDED_BY(cs_mapLocalHost) = {}; 135 LOCK(cs_mapLocalHost); in GetLocal() 191 LOCK(cs_mapLocalHost); in GetnScore() 244 LOCK(cs_mapLocalHost); in AddLocal() 263 LOCK(cs_mapLocalHost); in RemoveLocal() 272 LOCK(cs_mapLocalHost); in SetReachable() 278 LOCK(cs_mapLocalHost); in IsReachable() 291 LOCK(cs_mapLocalHost); in SeenLocal() [all …]
|
H A D | net.h | 233 extern RecursiveMutex cs_mapLocalHost; 234 extern std::map<CNetAddr, LocalServiceInfo> mapLocalHost GUARDED_BY(cs_mapLocalHost);
|
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/ |
H A D | net.cpp | 110 RecursiveMutex cs_mapLocalHost; variable 111 std::map<CNetAddr, LocalServiceInfo> mapLocalHost GUARDED_BY(cs_mapLocalHost); 112 static bool vfLimited[NET_MAX] GUARDED_BY(cs_mapLocalHost) = {}; 135 LOCK(cs_mapLocalHost); in GetLocal() 191 LOCK(cs_mapLocalHost); in GetnScore() 244 LOCK(cs_mapLocalHost); in AddLocal() 263 LOCK(cs_mapLocalHost); in RemoveLocal() 272 LOCK(cs_mapLocalHost); in SetReachable() 278 LOCK(cs_mapLocalHost); in IsReachable() 291 LOCK(cs_mapLocalHost); in SeenLocal() [all …]
|
H A D | net.h | 233 extern RecursiveMutex cs_mapLocalHost; 234 extern std::map<CNetAddr, LocalServiceInfo> mapLocalHost GUARDED_BY(cs_mapLocalHost);
|
/dports/net-p2p/bitcoin/bitcoin-22.0/src/ |
H A D | net.cpp | 110 RecursiveMutex cs_mapLocalHost; variable 111 std::map<CNetAddr, LocalServiceInfo> mapLocalHost GUARDED_BY(cs_mapLocalHost); 112 static bool vfLimited[NET_MAX] GUARDED_BY(cs_mapLocalHost) = {}; 135 LOCK(cs_mapLocalHost); in GetLocal() 191 LOCK(cs_mapLocalHost); in GetnScore() 244 LOCK(cs_mapLocalHost); in AddLocal() 263 LOCK(cs_mapLocalHost); in RemoveLocal() 272 LOCK(cs_mapLocalHost); in SetReachable() 278 LOCK(cs_mapLocalHost); in IsReachable() 291 LOCK(cs_mapLocalHost); in SeenLocal() [all …]
|
H A D | net.h | 233 extern RecursiveMutex cs_mapLocalHost; 234 extern std::map<CNetAddr, LocalServiceInfo> mapLocalHost GUARDED_BY(cs_mapLocalHost);
|
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/test/ |
H A D | net_tests.cpp | 199 LOCK(cs_mapLocalHost); in BOOST_AUTO_TEST_CASE()
|
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/test/ |
H A D | net_tests.cpp | 199 LOCK(cs_mapLocalHost); in BOOST_AUTO_TEST_CASE()
|
/dports/net-p2p/litecoin/litecoin-0.18.1/src/test/ |
H A D | net_tests.cpp | 199 LOCK(cs_mapLocalHost); in BOOST_AUTO_TEST_CASE()
|
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/test/ |
H A D | net_tests.cpp | 201 LOCK(cs_mapLocalHost); in BOOST_AUTO_TEST_CASE()
|