|
static const char * | openstatus2str (PfDynChannelOpenStatus status) |
|
static PfChannelResult | data_cb (pServerContext *ps, pServerDynamicChannelContext *channel, BOOL isBackData, ChannelStateTracker *tracker, BOOL firstPacket, BOOL lastPacket) |
|
static pServerDynamicChannelContext * | DynamicChannelContext_new (wLog *log, pServerContext *ps, const char *name, UINT32 id) |
|
static void | DynamicChannelContext_free (void *ptr) |
|
static UINT32 | ChannelId_Hash (const void *key) |
|
static BOOL | ChannelId_Compare (const void *objA, const void *objB) |
|
static DynvcReadResult | dynvc_read_varInt (wLog *log, wStream *s, size_t len, UINT64 *varInt, BOOL last) |
|
static PfChannelResult | DynvcTrackerPeekFn (ChannelStateTracker *tracker, BOOL firstPacket, BOOL lastPacket) |
|
static void | DynChannelContext_free (void *context) |
|
static const char * | dynamic_context (void *arg) |
|
static DynChannelContext * | DynChannelContext_new (proxyData *pdata, pServerStaticChannelContext *channel) |
|
static PfChannelResult | pf_dynvc_back_data (proxyData *pdata, const pServerStaticChannelContext *channel, const BYTE *xdata, size_t xsize, UINT32 flags, size_t totalSize) |
|
static PfChannelResult | pf_dynvc_front_data (proxyData *pdata, const pServerStaticChannelContext *channel, const BYTE *xdata, size_t xsize, UINT32 flags, size_t totalSize) |
|
BOOL | pf_channel_setup_drdynvc (proxyData *pdata, pServerStaticChannelContext *channel) |
|
FreeRDP: A Remote Desktop Protocol Implementation pf_channel_drdynvc
Copyright 2022 David Fort conta.nosp@m.ct@h.nosp@m.arden.nosp@m.ing-.nosp@m.consu.nosp@m.ltin.nosp@m.g.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.
BOOL pf_channel_setup_drdynvc |
( |
proxyData * |
pdata, |
|
|
pServerStaticChannelContext * |
channel |
|
) |
| |
FreeRDP: A Remote Desktop Protocol Implementation pf_channel_drdynvc
Copyright 2022 David Fort conta.nosp@m.ct@h.nosp@m.arden.nosp@m.ing-.nosp@m.consu.nosp@m.ltin.nosp@m.g.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.