Home
last modified time | relevance | path

Searched refs:NET_CanSendMessage (Results 1 – 5 of 5) sorted by relevance

/external/quake/quake/src/WinQuake/
Dnet_main.cpp695 qboolean NET_CanSendMessage (qsocket_t *sock) in NET_CanSendMessage() function
762 if (NET_CanSendMessage (host_client->netconnection)) in NET_SendToAll()
777 if (NET_CanSendMessage (host_client->netconnection)) in NET_SendToAll()
Dnet.h279 qboolean NET_CanSendMessage (qsocket_t *sock);
Dhost.cpp353 if (NET_CanSendMessage (host_client->netconnection)) in SV_DropClient()
432 if (NET_CanSendMessage (host_client->netconnection)) in Host_ShutdownServer()
Dcl_main.cpp700 if (!NET_CanSendMessage (cls.netcon)) in CL_SendCmd()
Dsv_main.cpp864 if (!NET_CanSendMessage (host_client->netconnection)) in SV_SendClientMessages()