Go to the source code of this file.
Functions |
| static BOOL | ber_parse_header (STREAM s, int tagval, int *length) |
| static void | ber_out_header (STREAM s, int tagval, int length) |
| static void | ber_out_integer (STREAM s, int value) |
| static void | mcs_out_domain_params (STREAM s, int max_channels, int max_users, int max_tokens, int max_pdusize) |
| static BOOL | mcs_parse_domain_params (STREAM s) |
| static void | mcs_send_connect_initial (STREAM mcs_data) |
| static BOOL | mcs_recv_connect_response (STREAM mcs_data) |
| static void | mcs_send_edrq (void) |
| static void | mcs_send_aurq (void) |
| static BOOL | mcs_recv_aucf (uint16 *mcs_userid) |
| static void | mcs_send_cjrq (uint16 chanid) |
| static BOOL | mcs_recv_cjcf (void) |
| STREAM | mcs_init (int length) |
| void | mcs_send_to_channel (STREAM s, uint16 channel) |
| void | mcs_send (STREAM s) |
| STREAM | mcs_recv (uint16 *channel, uint8 *rdpver) |
| BOOL | mcs_connect (char *server, STREAM mcs_data, char *username) |
| BOOL | mcs_reconnect (char *server, STREAM mcs_data) |
| void | mcs_disconnect (void) |
| void | mcs_reset_state (void) |
Variables |
| uint16 | g_mcs_userid |
| VCHANNEL | g_channels [] |
| unsigned int | g_num_channels |