FreeRDP
urbdrc_helpers.c File Reference
#include <freerdp/config.h>
#include "urbdrc_helpers.h"
#include "urbdrc_types.h"
#include <winpr/print.h>

Functions

const char * mask_to_string (UINT32 mask)
 
const char * interface_to_string (UINT32 id)
 
static const char * call_to_string_none (BOOL client, UINT32 interfaceId, UINT32 functionId)
 
static const char * call_to_string_proxy_server (UINT32 functionId)
 
static const char * call_to_string_proxy_client (UINT32 functionId)
 
static const char * call_to_string_proxy (BOOL client, UINT32 interfaceId, UINT32 functionId)
 
static const char * call_to_string_stub (BOOL client, UINT32 interfaceNr, UINT32 functionId)
 
const char * call_to_string (BOOL client, UINT32 interfaceNr, UINT32 functionId)
 
const char * urb_function_string (UINT16 urb)
 
void urbdrc_dump_message (wLog *log, BOOL client, BOOL write, wStream *s)
 

Function Documentation

◆ call_to_string()

const char* call_to_string ( BOOL  client,
UINT32  interfaceNr,
UINT32  functionId 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ call_to_string_none()

static const char* call_to_string_none ( BOOL  client,
UINT32  interfaceId,
UINT32  functionId 
)
static
Here is the caller graph for this function:

◆ call_to_string_proxy()

static const char* call_to_string_proxy ( BOOL  client,
UINT32  interfaceId,
UINT32  functionId 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ call_to_string_proxy_client()

static const char* call_to_string_proxy_client ( UINT32  functionId)
static
Here is the caller graph for this function:

◆ call_to_string_proxy_server()

static const char* call_to_string_proxy_server ( UINT32  functionId)
static
Here is the caller graph for this function:

◆ call_to_string_stub()

static const char* call_to_string_stub ( BOOL  client,
UINT32  interfaceNr,
UINT32  functionId 
)
static
Here is the caller graph for this function:

◆ interface_to_string()

const char* interface_to_string ( UINT32  id)

◆ mask_to_string()

const char* mask_to_string ( UINT32  mask)

FreeRDP: A Remote Desktop Protocol Implementation Server USB redirection channel - helper functions

Copyright 2019 Armin Novak armin.nosp@m..nov.nosp@m.ak@th.nosp@m.inca.nosp@m.st.co.nosp@m.m Copyright 2019 Thincast Technologies GmbH

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.

◆ urb_function_string()

const char* urb_function_string ( UINT16  urb)

FreeRDP: A Remote Desktop Protocol Implementation Server USB redirection channel - helper functions

Copyright 2019 Armin Novak armin.nosp@m..nov.nosp@m.ak@th.nosp@m.inca.nosp@m.st.co.nosp@m.m Copyright 2019 Thincast Technologies GmbH

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.

Here is the caller graph for this function:

◆ urbdrc_dump_message()

void urbdrc_dump_message ( wLog *  log,
BOOL  client,
BOOL  write,
wStream s 
)
Here is the call graph for this function:
Here is the caller graph for this function: