Home
last modified time | relevance | path

Searched refs:Dbg_D2C (Results 1 – 4 of 4) sorted by relevance

/dports/games/xblast/xblast-2.10.4/
H A Dcom_dg_client.c112 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 Ddebug.h186 #define Dbg_D2C(fmt,...) (void)0 macro
188 extern void Dbg_D2C (const char *fmt, ...) DBGATTR;
H A Dcom_dg_server.c95 Dbg_D2C ("udp to server removed\n"); in ReceiveInfo()
H A Ddebug.c376 Dbg_D2C (const char *fmt, ...) in Dbg_D2C() function