#include <qcommon.h>
int netchan_t::dropped |
Definition at line 588 of file qcommon.h.
Referenced by CL_AddNetgraph(), and Netchan_Process().
qboolean netchan_t::fatal_error |
Definition at line 584 of file qcommon.h.
Referenced by Netchan_Transmit().
int netchan_t::incoming_acknowledged |
Definition at line 598 of file qcommon.h.
Referenced by CL_AddNetgraph(), CL_CheckPredictionError(), CL_PredictMovement(), Netchan_NeedReliable(), Netchan_Process(), and SCR_DrawNet().
int netchan_t::incoming_reliable_acknowledged |
Definition at line 599 of file qcommon.h.
Referenced by Netchan_NeedReliable(), and Netchan_Process().
int netchan_t::incoming_reliable_sequence |
Definition at line 601 of file qcommon.h.
Referenced by Netchan_Process(), and Netchan_Transmit().
int netchan_t::incoming_sequence |
Definition at line 597 of file qcommon.h.
Referenced by Netchan_Process(), Netchan_Setup(), and Netchan_Transmit().
int netchan_t::last_received |
Definition at line 590 of file qcommon.h.
Referenced by CL_Frame(), CL_ReadPackets(), Netchan_Process(), and Netchan_Setup().
int netchan_t::last_reliable_sequence |
Definition at line 605 of file qcommon.h.
Referenced by Netchan_NeedReliable(), and Netchan_Transmit().
int netchan_t::last_sent |
Definition at line 591 of file qcommon.h.
Referenced by CL_SendCmd(), Netchan_Transmit(), and SV_SendClientMessages().
sizebuf_t netchan_t::message |
Definition at line 608 of file qcommon.h.
Referenced by CL_CheckOrDownloadFile(), CL_ClearState(), CL_ConnectionlessPacket(), CL_Download_f(), CL_ForwardToServer_f(), CL_ParseDownload(), CL_Reconnect_f(), CL_RequestNextDownload(), CL_SendCmd(), Cmd_ForwardToServer(), Netchan_NeedReliable(), Netchan_Setup(), Netchan_Transmit(), PF_Unicast(), SCR_FinishCinematic(), SV_Baselines_f(), SV_BeginDownload_f(), SV_Configstrings_f(), SV_DropClient(), SV_FlushRedirect(), SV_Multicast(), SV_New_f(), SV_NextDownload_f(), and SV_SendClientMessages().
byte netchan_t::message_buf[MAX_MSGLEN-16] |
Definition at line 609 of file qcommon.h.
Referenced by Netchan_Setup(), and Netchan_Transmit().
int netchan_t::outgoing_sequence |
Definition at line 603 of file qcommon.h.
Referenced by CL_PredictMovement(), CL_SendCmd(), Netchan_Setup(), Netchan_Transmit(), and SCR_DrawNet().
int netchan_t::qport |
Definition at line 594 of file qcommon.h.
Referenced by Netchan_Setup().
byte netchan_t::reliable_buf[MAX_MSGLEN-16] |
Definition at line 613 of file qcommon.h.
Referenced by Netchan_Transmit().
int netchan_t::reliable_length |
Definition at line 612 of file qcommon.h.
Referenced by Netchan_CanReliable(), Netchan_NeedReliable(), Netchan_Process(), and Netchan_Transmit().
int netchan_t::reliable_sequence |
Definition at line 604 of file qcommon.h.
Referenced by Netchan_NeedReliable(), Netchan_Process(), and Netchan_Transmit().
netadr_t netchan_t::remote_address |
Definition at line 593 of file qcommon.h.
Referenced by CL_Rcon_f(), CL_ReadPackets(), Netchan_Process(), Netchan_Setup(), Netchan_Transmit(), and SV_RateDrop().
netsrc_t netchan_t::sock |
Definition at line 586 of file qcommon.h.
Referenced by Netchan_Process(), Netchan_Setup(), and Netchan_Transmit().