ReactOS 0.4.16-dev-433-g6363f78
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
static void | iso_send_msg (uint8 code) |
static void | iso_send_connection_request (char *username, uint32 neg_proto) |
static STREAM | iso_recv_msg (uint8 *code, uint8 *rdpver) |
STREAM | iso_init (int length) |
void | iso_send (STREAM s) |
STREAM | iso_recv (uint8 *rdpver) |
RD_BOOL | iso_connect (char *server, char *username, char *domain, char *password, RD_BOOL reconnect, uint32 *selected_protocol) |
void | iso_disconnect (void) |
void | iso_reset_state (void) |
RD_BOOL iso_connect | ( | char * | server, |
char * | username, | ||
char * | domain, | ||
char * | password, | ||
RD_BOOL | reconnect, | ||
uint32 * | selected_protocol | ||
) |
Definition at line 203 of file iso.c.
Referenced by mcs_connect(), and mcs_connect_start().
Definition at line 362 of file iso.c.
Referenced by mcs_connect(), mcs_connect_finalize(), mcs_disconnect(), and mcs_reconnect().
Definition at line 150 of file iso.c.
Referenced by mcs_init(), mcs_send_aurq(), mcs_send_cjrq(), mcs_send_connect_initial(), and mcs_send_edrq().
Definition at line 182 of file iso.c.
Referenced by mcs_recv(), mcs_recv_aucf(), mcs_recv_cjcf(), and mcs_recv_connect_response().
Definition at line 101 of file iso.c.
Referenced by iso_connect(), iso_reconnect(), and iso_recv().
Definition at line 370 of file iso.c.
Referenced by mcs_reset_state().
Definition at line 162 of file iso.c.
Referenced by mcs_send_aurq(), mcs_send_cjrq(), mcs_send_connect_initial(), mcs_send_edrq(), and mcs_send_to_channel().
Definition at line 60 of file iso.c.
Referenced by iso_connect(), and iso_reconnect().
|
extern |
Definition at line 40 of file uimain.c.
Referenced by iso_connect(), and iso_reset_state().
|
extern |
Definition at line 75 of file uimain.c.
Referenced by iso_reset_state().
Definition at line 29 of file iso.c.
Referenced by iso_connect(), and iso_send_connection_request().
|
extern |
Definition at line 74 of file uimain.c.
Referenced by iso_connect(), and iso_send_connection_request().
|
extern |
Referenced by iso_connect().
|
extern |
Referenced by iso_connect().
|
extern |
Referenced by iso_connect().
|
extern |
Referenced by iso_connect().
|
extern |
Referenced by iso_connect().