HomeSort by relevance Sort by last modified time
    Searched defs:netconnection (Results 1 - 2 of 2) sorted by null

  /external/quake/quake/src/WinQuake/
sv_main.cpp 248 struct qsocket_s *netconnection; local
254 Con_DPrintf ("Client %s connected\n", client->netconnection->address);
261 netconnection = client->netconnection;
266 client->netconnection = netconnection;
277 client->privileged = IsID(&client->netconnection->addr);
325 svs.clients[i].netconnection = ret;
742 if (NET_SendUnreliableMessage (client->netconnection, &msg) == -1)
809 if (NET_SendUnreliableMessage (client->netconnection, &msg) == -1
    [all...]
server.h 89 struct qsocket_s *netconnection; // communications handle member in struct:client_s

Completed in 217 milliseconds