Lines Matching refs:cs_mapLocalHost
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()
303 LOCK(cs_mapLocalHost); in IsLocal()