Searched refs:Dbg_D2C (Results 1 – 4 of 4) sorted by relevance
/dports/games/xblast/xblast-2.10.4/ |
H A D | com_dg_client.c | 112 Dbg_D2C ("client %u timed out\n", i); in PollDatagram() 154 Dbg_D2C ("future frames from client %u\n", dComm->id); in ReceiveInfo() 174 Dbg_D2C ("write error to client %u\n", dComm->id); in ReceiveInfo() 177 Dbg_D2C ("udp to client %u removed\n", dComm->id); in ReceiveInfo() 181 Dbg_D2C ("ignoring unknown dgram event (%u)\n", info); in ReceiveInfo() 216 Dbg_D2C ("failed to create socket to client %u\n", id); in D2C_CreateComm() 284 Dbg_D2C ("Cleared connection to client %u\n", id); in D2C_Clear() 297 Dbg_D2C ("disconnecting client %u\n", id); in D2C_Disconnect() 349 Dbg_D2C ("resetting frames for client %u\n", id); in D2C_Reset() 366 Dbg_D2C ("setting mask bytes to %u\n", num); in D2C_SetMaskBytes() [all …]
|
H A D | debug.h | 186 #define Dbg_D2C(fmt,...) (void)0 macro 188 extern void Dbg_D2C (const char *fmt, ...) DBGATTR;
|
H A D | com_dg_server.c | 95 Dbg_D2C ("udp to server removed\n"); in ReceiveInfo()
|
H A D | debug.c | 376 Dbg_D2C (const char *fmt, ...) in Dbg_D2C() function
|