Searched refs:net_activeconnections (Results 1 – 8 of 8) sorted by relevance
58 hostcache[0].users = net_activeconnections; in Loop_SearchForHosts()
268 extern int net_activeconnections;
59 int net_activeconnections = 0; variable117 if (net_activeconnections >= svs.maxclients) in NET_NewQSocket()
380 net_activeconnections--; in SV_DropClient()
914 MSG_WriteByte(&net_message, net_activeconnections); in _Serial_CheckNewConnections()
328 net_activeconnections++; in SV_CheckForNewClients()
880 MSG_WriteByte(&net_message, net_activeconnections); in _Datagram_CheckNewConnections()
91 print ("players: %i active (%i max)\n\n", net_activeconnections, svs.maxclients); in Host_Status_f()