OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qsocket_s
(Results
1 - 4
of
4
) sorted by null
/external/quake/quake/src/WinQuake/
net.h
119
typedef struct
qsocket_s
struct
121
struct
qsocket_s
*next;
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);
server.h
89
struct
qsocket_s
*netconnection; // communications handle
236
void SV_AddClientToServer (struct
qsocket_s
*ret);
client.h
138
struct
qsocket_s
*netcon;
sv_main.cpp
248
struct
qsocket_s
*netconnection;
304
struct
qsocket_s
*ret;
Completed in 205 milliseconds