Home
last modified time | relevance | path

Searched refs:qsocket_s (Results 1 – 4 of 4) sorted by relevance

/external/quake/quake/src/WinQuake/
Dnet.h119 typedef struct qsocket_s struct
121 struct qsocket_s *next; argument
273 struct qsocket_s *NET_CheckNewConnections (void);
276 struct qsocket_s *NET_Connect (const char *host);
283 int NET_GetMessage (struct qsocket_s *sock);
290 int NET_SendMessage (struct qsocket_s *sock, sizebuf_t *data);
291 int NET_SendUnreliableMessage (struct qsocket_s *sock, sizebuf_t *data);
301 void NET_Close (struct qsocket_s *sock);
Dserver.h89 struct qsocket_s *netconnection; // communications handle
236 void SV_AddClientToServer (struct qsocket_s *ret);
Dclient.h138 struct qsocket_s *netcon;
Dsv_main.cpp248 struct qsocket_s *netconnection; in SV_ConnectClient()
304 struct qsocket_s *ret; in SV_CheckForNewClients()