Public Attributes | |
list_t | entry |
list_t | active |
clstate_t | state |
netstream_t | stream |
unsigned | msglen |
unsigned | lastmessage |
unsigned | flags |
unsigned | maxbuf |
unsigned | bufcount |
byte | buffer [MAX_GTC_MSGLEN+4] |
byte * | data |
char | name [MAX_CLIENT_NAME] |
char | version [MAX_QPATH] |
list_t gtv_client_t::active |
Definition at line 34 of file mvd.c.
Referenced by accept_client(), drop_client(), parse_stream_start(), and parse_stream_stop().
unsigned gtv_client_t::bufcount |
Definition at line 45 of file mvd.c.
Referenced by SV_MvdEndFrame(), and write_stream().
byte gtv_client_t::buffer[MAX_GTC_MSGLEN+4] |
Definition at line 47 of file mvd.c.
Referenced by accept_client().
byte* gtv_client_t::data |
Definition at line 48 of file mvd.c.
Referenced by parse_hello(), and remove_client().
list_t gtv_client_t::entry |
Definition at line 33 of file mvd.c.
Referenced by accept_client(), and remove_client().
unsigned gtv_client_t::flags |
Definition at line 43 of file mvd.c.
Referenced by parse_hello(), and parse_stringcmd().
unsigned gtv_client_t::lastmessage |
Definition at line 41 of file mvd.c.
Referenced by accept_client(), drop_client(), dump_clients(), parse_message(), and SV_MvdRunClients().
unsigned gtv_client_t::maxbuf |
Definition at line 44 of file mvd.c.
Referenced by parse_stream_start(), and SV_MvdEndFrame().
unsigned gtv_client_t::msglen |
Definition at line 40 of file mvd.c.
Referenced by parse_message().
char gtv_client_t::name[MAX_CLIENT_NAME] |
Definition at line 50 of file mvd.c.
Referenced by drop_client(), dump_clients(), dump_versions(), parse_hello(), and parse_stringcmd().
clstate_t gtv_client_t::state |
Definition at line 35 of file mvd.c.
Referenced by accept_client(), drop_client(), dump_clients(), find_slot(), mvd_drop(), parse_hello(), parse_message(), parse_ping(), parse_stream_start(), parse_stream_stop(), parse_stringcmd(), remove_client(), SV_MvdRunClients(), and write_stream().
netstream_t gtv_client_t::stream |
Definition at line 36 of file mvd.c.
Referenced by accept_client(), auth_client(), drop_client(), dump_clients(), mvd_drop(), parse_hello(), parse_message(), parse_stringcmd(), remove_client(), resume_streams(), suspend_streams(), SV_MvdEndFrame(), SV_MvdMapChanged(), SV_MvdRunClients(), and write_stream().
char gtv_client_t::version[MAX_QPATH] |
Definition at line 51 of file mvd.c.
Referenced by dump_versions(), and parse_hello().