ReactOS 0.4.16-dev-329-g9223134
|
#include "precomp.h"
Go to the source code of this file.
Macros | |
#define | MAX_CHANNELS 6 |
#define | CHANNEL_CHUNK_LENGTH 1600 |
#define | CHANNEL_FLAG_FIRST 0x01 |
#define | CHANNEL_FLAG_LAST 0x02 |
#define | CHANNEL_FLAG_SHOW_PROTOCOL 0x10 |
Functions | |
VCHANNEL * | channel_register (char *name, uint32 flags, void(*callback)(STREAM)) |
STREAM | channel_init (VCHANNEL *channel, uint32 length) |
void | channel_send (STREAM s, VCHANNEL *channel) |
void | channel_process (STREAM s, uint16 mcs_channel) |
Variables | |
RDP_VERSION | g_rdp_version |
RD_BOOL | g_encryption |
VCHANNEL | g_channels [MAX_CHANNELS] |
unsigned int | g_num_channels |
#define CHANNEL_CHUNK_LENGTH 1600 |
Definition at line 24 of file channels.c.
#define CHANNEL_FLAG_FIRST 0x01 |
Definition at line 25 of file channels.c.
#define CHANNEL_FLAG_LAST 0x02 |
Definition at line 26 of file channels.c.
#define CHANNEL_FLAG_SHOW_PROTOCOL 0x10 |
Definition at line 27 of file channels.c.
#define MAX_CHANNELS 6 |
Definition at line 23 of file channels.c.
Definition at line 69 of file channels.c.
Referenced by cliprdr_send_packet(), lspci_send(), rdpdr_send_available(), rdpdr_send_clientcapabilty(), rdpdr_send_completion(), rdpdr_send_connect(), rdpdr_send_name(), rdpsnd_init_packet(), and seamless_send().
Definition at line 138 of file channels.c.
Referenced by sec_recv().
Definition at line 46 of file channels.c.
Referenced by cliprdr_init(), lspci_init(), rdpdr_init(), rdpsnd_init(), and seamless_init().
Definition at line 79 of file channels.c.
Referenced by cliprdr_send_packet(), lspci_send(), rdpdr_send_available(), rdpdr_send_clientcapabilty(), rdpdr_send_completion(), rdpdr_send_connect(), rdpdr_send_name(), rdpsnd_send(), and seamless_send().
VCHANNEL g_channels[MAX_CHANNELS] |
Definition at line 32 of file channels.c.
Referenced by channel_process(), channel_register(), mcs_connect_finalize(), and sec_out_mcs_data().
|
extern |
Definition at line 40 of file uimain.c.
Referenced by channel_init(), and channel_send().
Definition at line 33 of file channels.c.
Referenced by channel_process(), channel_register(), mcs_connect_finalize(), and sec_out_mcs_data().
|
extern |
Definition at line 74 of file uimain.c.
Referenced by channel_register().