HomeSort by relevance Sort by last modified time
    Searched refs:NET_SendToAll (Results 1 - 4 of 4) sorted by null

  /external/quake/quake/src/WinQuake/
net.h 297 int NET_SendToAll(sizebuf_t *data, int blocktime);
host.cpp 453 count = NET_SendToAll(&buf, 5);
455 Con_Printf("Host_ShutdownServer: NET_SendToAll failed for %u clients\n", count);
net_main.cpp 722 int NET_SendToAll(sizebuf_t *data, int blocktime)
sv_main.cpp 996 NET_SendToAll (&msg, 5);

Completed in 108 milliseconds