FreeRDP
dfreerdp.c File Reference
#include <errno.h>
#include <pthread.h>
#include <locale.h>
#include <freerdp/freerdp.h>
#include <freerdp/constants.h>
#include <freerdp/utils/event.h>
#include <freerdp/client/file.h>
#include <freerdp/client/cmdline.h>
#include <freerdp/client/channels.h>
#include <freerdp/client/cliprdr.h>
#include <winpr/crt.h>
#include <winpr/synch.h>
#include "df_event.h"
#include "df_graphics.h"
#include "dfreerdp.h"
#include <freerdp/log.h>

Macros

#define TAG   CLIENT_TAG("directFB")
 

Functions

BOOL df_context_new (freerdp *instance, rdpContext *context)
 
void df_context_free (freerdp *instance, rdpContext *context)
 
void df_begin_paint (rdpContext *context)
 
void df_end_paint (rdpContext *context)
 
BOOL df_get_fds (freerdp *instance, void **rfds, int *rcount, void **wfds, int *wcount)
 
BOOL df_check_fds (freerdp *instance, fd_set *set)
 
BOOL df_pre_connect (freerdp *instance)
 
BOOL df_post_connect (freerdp *instance)
 
BOOL df_verify_certificate (freerdp *instance, char *subject, char *issuer, char *fingerprint)
 
static int df_receive_channel_data (freerdp *instance, UINT16 channelId, BYTE *data, int size, int flags, int total_size)
 
static void df_process_cb_monitor_ready_event (rdpChannels *channels, freerdp *instance)
 
static void df_process_channel_event (rdpChannels *channels, freerdp *instance)
 
static void df_free (dfInfo *dfi)
 
int dfreerdp_run (freerdp *instance)
 
voidthread_func (void *param)
 
int main (int argc, char *argv[])
 

Variables

static HANDLE g_sem
 
static int g_thread_count = 0
 

Macro Definition Documentation

#define TAG   CLIENT_TAG("directFB")

FreeRDP: A Remote Desktop Protocol Implementation DirectFB Client

Copyright 2011 Marc-Andre Moreau marca.nosp@m.ndre.nosp@m..more.nosp@m.au@g.nosp@m.mail..nosp@m.com

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Function Documentation

void df_begin_paint ( rdpContext *  context)

Here is the caller graph for this function:

BOOL df_check_fds ( freerdp *  instance,
fd_set *  set 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void df_context_free ( freerdp *  instance,
rdpContext *  context 
)

Here is the caller graph for this function:

BOOL df_context_new ( freerdp *  instance,
rdpContext *  context 
)

Here is the caller graph for this function:

void df_end_paint ( rdpContext *  context)

Here is the caller graph for this function:

static void df_free ( dfInfo *  dfi)
static

Here is the caller graph for this function:

BOOL df_get_fds ( freerdp *  instance,
void **  rfds,
int *  rcount,
void **  wfds,
int *  wcount 
)

Here is the caller graph for this function:

BOOL df_post_connect ( freerdp *  instance)

Here is the call graph for this function:

Here is the caller graph for this function:

BOOL df_pre_connect ( freerdp *  instance)

Here is the call graph for this function:

Here is the caller graph for this function:

static void df_process_cb_monitor_ready_event ( rdpChannels *  channels,
freerdp *  instance 
)
static

Here is the caller graph for this function:

static void df_process_channel_event ( rdpChannels *  channels,
freerdp *  instance 
)
static

Here is the call graph for this function:

Here is the caller graph for this function:

static int df_receive_channel_data ( freerdp *  instance,
UINT16  channelId,
BYTE data,
int  size,
int  flags,
int  total_size 
)
static

Here is the call graph for this function:

Here is the caller graph for this function:

BOOL df_verify_certificate ( freerdp *  instance,
char *  subject,
char *  issuer,
char *  fingerprint 
)

Here is the caller graph for this function:

int dfreerdp_run ( freerdp *  instance)

Here is the call graph for this function:

Here is the caller graph for this function:

int main ( int  argc,
char *  argv[] 
)

Here is the call graph for this function:

void* thread_func ( void param)

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

HANDLE g_sem
static
int g_thread_count = 0
static