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

  /external/quake/quake/src/QW/client/
net_udp.c 216 void NET_SendPacket (int length, void *data, netadr_t to)
229 Sys_Printf ("NET_SendPacket: %s\n", strerror(errno));
net_wins.c 204 void NET_SendPacket (int length, void *data, netadr_t to)
222 Con_DPrintf("NET_SendPacket Warning: %i\n", err);
225 Con_Printf ("NET_SendPacket ERROR: %i\n", errno);

Completed in 426 milliseconds